summaryrefslogtreecommitdiff
path: root/builtin-diff.c
diff options
context:
space:
mode:
authorRamsay Allan Jones <ramsay@ramsay1.demon.co.uk>2006-08-03 15:38:39 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-04 04:38:24 (GMT)
commit15e593e4d37d1d350fef20ab666d58f6881c7f5f (patch)
treea3782b47f33463e1401ea92abb9f98fa33f55040 /builtin-diff.c
parent5a716826a6f7f209777f344143cdd9e4f2903097 (diff)
downloadgit-15e593e4d37d1d350fef20ab666d58f6881c7f5f.zip
git-15e593e4d37d1d350fef20ab666d58f6881c7f5f.tar.gz
git-15e593e4d37d1d350fef20ab666d58f6881c7f5f.tar.bz2
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 'builtin-diff.c')
-rw-r--r--builtin-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-diff.c b/builtin-diff.c
index cb4216e..1075855 100644
--- a/builtin-diff.c
+++ b/builtin-diff.c
@@ -23,7 +23,7 @@ struct blobinfo {
};
static const char builtin_diff_usage[] =
-"diff <options> <rev>{0,2} -- <path>*";
+"git-diff <options> <rev>{0,2} -- <path>*";
static int builtin_diff_files(struct rev_info *revs,
int argc, const char **argv)