git-am: remove dash from help message
Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
107623239a
commit
75e1645fbe
@ -44,7 +44,7 @@ stop_here_user_resolve () {
|
|||||||
printf '%s\n' "$resolvemsg"
|
printf '%s\n' "$resolvemsg"
|
||||||
stop_here $1
|
stop_here $1
|
||||||
fi
|
fi
|
||||||
cmdline=$(basename $0)
|
cmdline="git am"
|
||||||
if test '' != "$interactive"
|
if test '' != "$interactive"
|
||||||
then
|
then
|
||||||
cmdline="$cmdline -i"
|
cmdline="$cmdline -i"
|
||||||
|
Reference in New Issue
Block a user