summaryrefslogtreecommitdiff
path: root/builtin-commit-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-12 16:15:23 -0700
committerJunio C Hamano <gitster@pobox.com>2008-09-12 16:15:23 -0700
commitce785c5944847cd108512672021b32f7c381b756 (patch)
tree3f724384d012fec7eec658c941f5208682c2c72a /builtin-commit-tree.c
parentb66e00f12a4e0eef7c9f994db5386e066d726778 (diff)
parent05207a28818623e417b69f337a9e8604d799d09d (diff)
downloadgit-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.c2
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)
{