Revert "git-commit-tree(1): update synopsis"
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2012 20:11:03 +0000 (13:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2012 20:11:03 +0000 (13:11 -0700)
This reverts commit d28436736a078a429213003a9472e8caeb86c286, which
was done without realizing that the updated command line argument
order was lost by mistake.

Documentation/git-commit-tree.txt

index ff73286..6d5a04c 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git commit-tree' <tree> [(-p <parent>)...] < changelog
-'git commit-tree' <tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
+'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
 
 DESCRIPTION
 -----------