Skip to content

Commit

Permalink
git-am: Mention --abort in usage string part of OPTIONS_SPEC
Browse files Browse the repository at this point in the history
The three separate lines for --skip, --resolved and --abort
are merged into one so that it is easy to see that they're
alternative and related options.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stephan Beyer authored and Junio C Hamano committed Jul 26, 2008
1 parent 837c876 commit 09f8d05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ SUBDIRECTORY_OK=Yes
OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git am [options] [<mbox>|<Maildir>...]
git am [options] --resolved
git am [options] --skip
git am [options] (--resolved | --skip | --abort)
--
d,dotest= (removed -- do not use)
i,interactive run interactively
Expand Down

0 comments on commit 09f8d05

Please sign in to comment.