From 0363ecf6414e75d4423814ba930f67edaef91683 Mon Sep 17 00:00:00 2001 From: "c.shoemaker@cox.net" Date: Sat, 29 Oct 2005 00:16:12 -0400 Subject: [PATCH] update usage string for git-commit.sh Signed-off-by: Chris Shoemaker Signed-off-by: Junio C Hamano --- git-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-commit.sh b/git-commit.sh index 96a884f3bc..10651d87d0 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=