Skip to content

Commit

Permalink
update usage string for git-commit.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
c.shoemaker@cox.net authored and Junio C Hamano committed Oct 29, 2005
1 parent f9362de commit 0363ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0363ecf

Please sign in to comment.