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>
This commit is contained in:
Ramsay Allan Jones
2006-08-03 16:38:39 +01:00
committed by Junio C Hamano
parent 5a716826a6
commit 15e593e4d3
5 changed files with 5 additions and 5 deletions

View File

@ -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();