summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-19 18:36:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-19 18:36:57 (GMT)
commitd28436736a078a429213003a9472e8caeb86c286 (patch)
treea542392174c0413e48b3cacd6a2e9a9132b5fa9d /Documentation/git-commit-tree.txt
parentb4ab1980da71344e5ebb65242f52d68b1a03c42d (diff)
downloadgit-d28436736a078a429213003a9472e8caeb86c286.zip
git-d28436736a078a429213003a9472e8caeb86c286.tar.gz
git-d28436736a078a429213003a9472e8caeb86c286.tar.bz2
git-commit-tree(1): update synopsis
Even with many new kinds of options, the command still takes the single <tree> as the first argument. Probably we would want to update the command to allow it to take <tree>-ish at the end for consistency. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit-tree.txt')
-rw-r--r--Documentation/git-commit-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index 6d5a04c..ff73286 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git commit-tree' <tree> [(-p <parent>)...] < changelog
-'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
+'git commit-tree' <tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
DESCRIPTION
-----------