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.
This commit is contained in:
Junio C Hamano 2012-07-17 13:11:03 -07:00
Родитель 53bcf22afa
Коммит 4b7518a4aa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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