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:
Olivier Marin
2008-07-21 16:12:20 +02:00
committed by Junio C Hamano
parent 107623239a
commit 75e1645fbe

View File

@ -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"