Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamsay Allan Jones <ramsay@ramsay1.demon.co.uk>2006-08-03 19:38:39 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-04 08:38:24 +0400
commit15e593e4d37d1d350fef20ab666d58f6881c7f5f (patch)
treea3782b47f33463e1401ea92abb9f98fa33f55040 /mktag.c
parent5a716826a6f7f209777f344143cdd9e4f2903097 (diff)
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 'mktag.c')
-rw-r--r--mktag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktag.c b/mktag.c
index 09b6e437d4..be23e589fb 100644
--- a/mktag.c
+++ b/mktag.c
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
unsigned char result_sha1[20];
if (argc != 1)
- usage("cat <signaturefile> | git-mktag");
+ usage("git-mktag < signaturefile");
setup_git_directory();