From d28436736a078a429213003a9472e8caeb86c286 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 19 Jun 2012 11:36:57 -0700 Subject: [PATCH] git-commit-tree(1): update synopsis Even with many new kinds of options, the command still takes the single as the first argument. Probably we would want to update the command to allow it to take -ish at the end for consistency. Signed-off-by: Junio C Hamano --- Documentation/git-commit-tree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index 6d5a04c83b..ff73286509 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git commit-tree' [(-p )...] < changelog -'git commit-tree' [(-p )...] [(-m )...] [(-F )...] +'git commit-tree' [(-p )...] [(-m )...] [(-F )...] DESCRIPTION ----------- -- 2.11.4.GIT