aboutsummaryrefslogtreecommitdiff
path: root/builtin-commit-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-09 22:57:35 -0700
committerJunio C Hamano <gitster@pobox.com>2008-09-09 22:57:35 -0700
commita15a435ad394548fb6d22fa69f9a0e6db9752298 (patch)
treeb1921e93bd0cc0da06a801f32d17e6dfef16aa88 /builtin-commit-tree.c
parente8eec71d6e79c176d34dc8fda8780ed4dee447a2 (diff)
parent05207a28818623e417b69f337a9e8604d799d09d (diff)
downloadgit-a15a435ad394548fb6d22fa69f9a0e6db9752298.tar.gz
git-a15a435ad394548fb6d22fa69f9a0e6db9752298.tar.xz
Merge branch 'ho/dashless'
* ho/dashless: Start conforming code to "git subcmd" style part 2
Diffstat (limited to 'builtin-commit-tree.c')
-rw-r--r--builtin-commit-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-commit-tree.c b/builtin-commit-tree.c
index 8a5ba4c66..f2684bb75 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)
{