aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Hetro <whee@smaertness.net>2007-08-25 23:19:38 -0400
committerJunio C Hamano <gitster@pobox.com>2007-08-25 22:35:35 -0700
commit1560be16b94a85df166ae26bcfff11bcd57c2fed (patch)
treeee2c14b1c92a4cd64df7d5e9bc5fe4ebf4aa9fdd
parent9064d87b06f3d0b4ca0aabb45770eefb84fc3ca2 (diff)
downloadgit-1560be16b94a85df166ae26bcfff11bcd57c2fed.tar.gz
git-1560be16b94a85df166ae26bcfff11bcd57c2fed.tar.xz
Make usage documentation for git-am consistent.
The usage information in git-am.sh now matches that of the documentation. Signed-off-by: Brian Hetro <whee@smaertness.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-am.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-am.sh b/git-am.sh
index b5ed8ca15..6809aa07f 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -2,8 +2,10 @@
#
# Copyright (c) 2005, 2006 Junio C Hamano
-USAGE='[--signoff] [--dotest=<dir>] [--utf8 | --no-utf8] [--binary] [--3way]
- [--interactive] [--whitespace=<option>] [-C<n>] [-p<n>] <mbox>...
+USAGE='[--signoff] [--dotest=<dir>] [--keep] [--utf8 | --no-utf8]
+ [--3way] [--interactive] [--binary]
+ [--whitespace=<option>] [-C<n>] [-p<n>]
+ <mbox>|<Maildir>...
or, when resuming [--skip | --resolved]'
. git-sh-setup
set_reflog_action am