aboutsummaryrefslogtreecommitdiff
path: root/blame.c
diff options
context:
space:
mode:
authorRamsay Allan Jones <ramsay@ramsay1.demon.co.uk>2006-08-03 16:38:39 +0100
committerJunio C Hamano <junkio@cox.net>2006-08-03 21:38:24 -0700
commit15e593e4d37d1d350fef20ab666d58f6881c7f5f (patch)
treea3782b47f33463e1401ea92abb9f98fa33f55040 /blame.c
parent5a716826a6f7f209777f344143cdd9e4f2903097 (diff)
downloadgit-15e593e4d37d1d350fef20ab666d58f6881c7f5f.tar.gz
git-15e593e4d37d1d350fef20ab666d58f6881c7f5f.tar.xz
Fixup command names in some usage strings.
Most usage strings, such as for command xxx, start with "git-xxx". This updates the rebels to conform to the general pattern. (The git wrapper is an exception to this, of course ...) Signed-off-by: Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blame.c')
-rw-r--r--blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blame.c b/blame.c
index 76712b596..7099b53c7 100644
--- a/blame.c
+++ b/blame.c
@@ -20,7 +20,7 @@
#define DEBUG 0
-static const char blame_usage[] = "[-c] [-l] [-t] [-S <revs-file>] [--] file [commit]\n"
+static const char blame_usage[] = "git-blame [-c] [-l] [-t] [-S <revs-file>] [--] file [commit]\n"
" -c, --compatibility Use the same output mode as git-annotate (Default: off)\n"
" -l, --long Show long commit SHA1 (Default: off)\n"
" -t, --time Show raw timestamp (Default: off)\n"