diff options
author | Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk> | 2006-08-03 17:38:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 06:38:24 +0200 |
commit | 15e593e4d37d1d350fef20ab666d58f6881c7f5f (patch) | |
tree | a3782b47f33463e1401ea92abb9f98fa33f55040 /mktree.c | |
parent | GIT 1.4.2-rc3 (diff) | |
download | git-15e593e4d37d1d350fef20ab666d58f6881c7f5f.tar.xz git-15e593e4d37d1d350fef20ab666d58f6881c7f5f.zip |
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 'mktree.c')
-rw-r--r-- | mktree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ static void write_tree(unsigned char *sha1) write_sha1_file(buffer, offset, tree_type, sha1); } -static const char mktree_usage[] = "mktree [-z]"; +static const char mktree_usage[] = "git-mktree [-z]"; int main(int ac, char **av) { |