Code

update usage string for git-commit.sh
authorc.shoemaker@cox.net <c.shoemaker@cox.net>
Sat, 29 Oct 2005 04:16:12 +0000 (00:16 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 05:21:29 +0000 (22:21 -0700)
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit.sh

index 96a884f3bcc67563f2e7e1cc3054d24ca51125dd..10651d87d087b6e8d656799d00384669e376fca3 100755 (executable)
@@ -6,7 +6,7 @@
 . git-sh-setup || die "Not a git archive"
 
 usage () {
-       die 'git commit [-a] [-v | --no-verify]  [-m <message>] [-F <logfile>] [(-C|-c) <commit>] [<path>...]'
+       die 'git commit [-a] [-s] [-v | --no-verify]  [-m <message> | -F <logfile> | (-C|-c) <commit>] [-e] [<path>...]'
 }
 
 all= logfile= use_commit= no_edit= log_given= log_message= verify=t signoff=