Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> --- git-commit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 2b859132aeae56504c0d7aaa99436dce9dac2117 diff --git a/git-commit.sh b/git-commit.sh index 3d250ec..1893f98 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -6,7 +6,7 @@ . git-sh-setup usage () { - die 'git commit [-a] [-s] [-v | --no-verify] [-m <message> | -F <logfile> | (-C|-c) <commit>] [-e] [<path>...]' + die "usage: $0 [-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= -- 0.99.9.GIT - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun Dec 11 06:38:51 2005
This archive was generated by hypermail 2.1.8 : 2005-12-11 06:41:27 EST