diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-12 16:15:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-12 16:15:23 -0700 |
commit | ce785c5944847cd108512672021b32f7c381b756 (patch) | |
tree | 3f724384d012fec7eec658c941f5208682c2c72a /builtin-commit-tree.c | |
parent | b66e00f12a4e0eef7c9f994db5386e066d726778 (diff) | |
parent | 05207a28818623e417b69f337a9e8604d799d09d (diff) | |
download | git-ce785c5944847cd108512672021b32f7c381b756.tar.gz |
Merge branch 'ho/maint-dashless' into maint
* ho/maint-dashless:
Start conforming code to "git subcmd" style part 2
Diffstat (limited to 'builtin-commit-tree.c')
-rw-r--r-- | builtin-commit-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-commit-tree.c b/builtin-commit-tree.c index 291c43cf70..9b84c48dce 100644 --- a/builtin-commit-tree.c +++ b/builtin-commit-tree.c @@ -24,7 +24,7 @@ static void check_valid(unsigned char *sha1, enum object_type expect) typename(expect)); } -static const char commit_tree_usage[] = "git-commit-tree <sha1> [-p <sha1>]* < changelog"; +static const char commit_tree_usage[] = "git commit-tree <sha1> [-p <sha1>]* < changelog"; static void new_parent(struct commit *parent, struct commit_list **parents_p) { |