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"
stop_here $1
fi
cmdline=$(basename $0)
cmdline="git am"
if test '' != "$interactive"
then
cmdline="$cmdline -i"