[PATCH 6/25] git-commit: Use $0 instead of program name in usage message.

From: <freku045@student.liu.se>
Date: 2005-12-11 06:37:57
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.html
Received on Sun Dec 11 06:38:51 2005

This archive was generated by hypermail 2.1.8 : 2005-12-11 06:41:27 EST