From: Martin von Zweigbergk Date: Tue, 18 Sep 2012 01:28:07 +0000 (-0400) Subject: rebase usage: subcommands can not be combined with -i X-Git-Tag: v1.8.0-rc0~16^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ef59319438ba89bf2979baa86fdb9bd1922f659;p=git.git rebase usage: subcommands can not be combined with -i Since 95135b0 (rebase: stricter check of standalone sub command, 2011-02-06), git-rebase has not allowed to use -i together with e.g. --continue. Yet, when rebase started using OPTIONS_SPEC in 45e2acf (rebase: define options in OPTIONS_SPEC, 2011-02-28), the usage message included git-rebase [-i] --continue | --abort | --skip Remove the "[-i]" from this line. Signed-off-by: Martin von Zweigbergk Signed-off-by: Andrew Wong Signed-off-by: Junio C Hamano --- diff --git a/git-rebase.sh b/git-rebase.sh index 15da926ce..e6b43a26c 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -8,7 +8,7 @@ OPTIONS_KEEPDASHDASH= OPTIONS_SPEC="\ git rebase [-i] [options] [--exec ] [--onto ] [] [] git rebase [-i] [options] [--exec ] [--onto ] --root [] -git-rebase [-i] --continue | --abort | --skip +git-rebase --continue | --abort | --skip -- Available options are v,verbose! display a diffstat of what changed upstream