aboutsummaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-07-25 20:22:23 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-25 17:10:20 -0700
commit09f8d055f9c2af79a72f8d2a2f13698d9bbe6956 (patch)
tree868c83459a3d5a9ee68eb6b64412e51ca84187bf /git-am.sh
parent837c8767130ec71089e654f92cf24e8277a3bda5 (diff)
downloadgit-09f8d055f9c2af79a72f8d2a2f13698d9bbe6956.tar.gz
git-09f8d055f9c2af79a72f8d2a2f13698d9bbe6956.tar.xz
git-am: Mention --abort in usage string part of OPTIONS_SPEC
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>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-am.sh b/git-am.sh
index f4abd9db1..6aa819280 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -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