##// END OF EJS Templates
help: update command synopsis to clarify "cp --forget" only takes destinations...
Yuya Nishihara -
r46378:4db5671d default
parent child Browse files
Show More
@@ -2351,7 +2351,7 b' def continuecmd(ui, repo, **opts):'
2351 ]
2351 ]
2352 + walkopts
2352 + walkopts
2353 + dryrunopts,
2353 + dryrunopts,
2354 _(b'[OPTION]... SOURCE... DEST'),
2354 _(b'[OPTION]... (SOURCE... DEST | --forget DEST...)'),
2355 helpcategory=command.CATEGORY_FILE_CONTENTS,
2355 helpcategory=command.CATEGORY_FILE_CONTENTS,
2356 )
2356 )
2357 def copy(ui, repo, *pats, **opts):
2357 def copy(ui, repo, *pats, **opts):
General Comments 0
You need to be logged in to leave comments. Login now