Code

avoid 31-bit truncation in write_loose_object
[git.git] / builtin-commit-tree.c
index 291c43cf70d7906b770911a7bcb2cdff9c6182e7..9b84c48dce0938f4f2884565dc25308d51c7a423 100644 (file)
@@ -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)
 {