Skip to content

Commit

Permalink
git-am: remove dash from help message
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Marin <dkr@freesurf.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Olivier Marin authored and Junio C Hamano committed Jul 22, 2008
1 parent 1076232 commit 75e1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75e1645

Please sign in to comment.