##// END OF EJS Templates
rebase: mention -r argument in synopsis...
Martin von Zweigbergk -
r45043:c4c97cab default
parent child Browse files
Show More
@@ -871,7 +871,7 b' class rebaseruntime(object):'
871 871 + cmdutil.dryrunopts
872 872 + cmdutil.formatteropts
873 873 + cmdutil.confirmopts,
874 _(b'[-s REV | -b REV] [-d REV] [OPTION]'),
874 _(b'[-s REV | -b REV | [-r REV]...] [-d REV] [OPTION]...'),
875 875 helpcategory=command.CATEGORY_CHANGE_MANAGEMENT,
876 876 )
877 877 def rebase(ui, repo, **opts):
General Comments 0
You need to be logged in to leave comments. Login now