Browse Source

update usage string for git-commit.sh

Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
c.shoemaker@cox.net 19 years ago committed by Junio C Hamano
parent
commit
0363ecf641
  1. 2
      git-commit.sh

2
git-commit.sh

@ -6,7 +6,7 @@ @@ -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=

Loading…
Cancel
Save