diff options
Diffstat (limited to 'commit-tree.c')
-rw-r--r-- | commit-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-tree.c b/commit-tree.c index b8dd36f0b8..e6f001ea27 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -98,7 +98,7 @@ static void check_valid(unsigned char *sha1, const char *expect) */ #define MAXPARENT (16) -static char *commit_tree_usage = "commit-tree <sha1> [-p <sha1>]* < changelog"; +static char *commit_tree_usage = "git-commit-tree <sha1> [-p <sha1>]* < changelog"; int main(int argc, char **argv) { |