Revert "git-commit-tree(1): update synopsis"

This reverts commit d28436736a, which
was done without realizing that the updated command line argument
order was lost by mistake.
maint
Junio C Hamano 2012-07-17 13:11:03 -07:00
parent 53bcf22afa
commit 4b7518a4aa
1 changed files with 1 additions and 1 deletions

View 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
-----------