From: c.shoemaker@cox.net Date: Sat, 29 Oct 2005 04:16:12 +0000 (-0400) Subject: update usage string for git-commit.sh X-Git-Tag: v0.99.9~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0363ecf6414e75d4423814ba930f67edaef91683;p=git.git update usage string for git-commit.sh Signed-off-by: Chris Shoemaker Signed-off-by: Junio C Hamano --- diff --git a/git-commit.sh b/git-commit.sh index 96a884f3b..10651d87d 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -6,7 +6,7 @@ . git-sh-setup || die "Not a git archive" usage () { - die 'git commit [-a] [-v | --no-verify] [-m ] [-F ] [(-C|-c) ] [...]' + die 'git commit [-a] [-s] [-v | --no-verify] [-m | -F | (-C|-c) ] [-e] [...]' } all= logfile= use_commit= no_edit= log_given= log_message= verify=t signoff=