From: Kaartic Sivaraam Date: Mon, 20 Nov 2017 15:26:52 +0000 (+0530) Subject: git-rebase: clean up dashed-usages in messages X-Git-Tag: v2.16.0-rc0~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82cb775c069642ca66f9703e196447242a6d4ea7;p=thirdparty%2Fgit.git git-rebase: clean up dashed-usages in messages Signed-off-by: Kaartic Sivaraam Signed-off-by: Junio C Hamano --- diff --git a/git-rebase.sh b/git-rebase.sh index 2cf73b88e8..7dccc4c5f8 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -9,7 +9,7 @@ OPTIONS_STUCKLONG=t OPTIONS_SPEC="\ git rebase [-i] [options] [--exec ] [--onto ] [] [] git rebase [-i] [options] [--exec ] [--onto ] --root [] -git-rebase --continue | --abort | --skip | --edit-todo +git rebase --continue | --abort | --skip | --edit-todo -- Available options are v,verbose! display a diffstat of what changed upstream @@ -214,7 +214,7 @@ run_pre_rebase_hook () { } test -f "$apply_dir"/applying && - die "$(gettext "It looks like git-am is in progress. Cannot rebase.")" + die "$(gettext "It looks like 'git am' is in progress. Cannot rebase.")" if test -d "$apply_dir" then