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

From: <freku045@student.liu.se>
Date: 2005-12-11 06:37:56
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>

---

 git-bisect.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

fdaaf0b14e5df17cbeef9e89ff85f33e3dcaa4d6
diff --git a/git-bisect.sh b/git-bisect.sh
index 05dae8a..6ec35ab 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -12,7 +12,7 @@ sq() {
 }
 
 usage() {
-    echo >&2 'usage: git bisect [start|bad|good|next|reset|visualize]
+    echo >&2 'usage: $0 [start|bad|good|next|reset|visualize]
 git bisect start [<pathspec>]	reset bisect state and start bisection.
 git bisect bad [<rev>]		mark <rev> a known-bad revision.
 git bisect good [<rev>...]	mark <rev>... known-good revisions.
-- 
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:50 2005

This archive was generated by hypermail 2.1.8 : 2005-12-11 06:40:56 EST