summaryrefslogtreecommitdiff
path: root/Documentation/git-cherry.txt
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2009-01-01 21:56:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-01-05 19:43:28 (GMT)
commit3bc52d7a95676bcdeeb61c372b44358daf817baa (patch)
tree856e8ab3b96d5517353dcffbc912f8ae38793d39 /Documentation/git-cherry.txt
parentf29680221124d05581dd2db52a4e7f0fa15fa929 (diff)
downloadgit-3bc52d7a95676bcdeeb61c372b44358daf817baa.zip
git-3bc52d7a95676bcdeeb61c372b44358daf817baa.tar.gz
git-3bc52d7a95676bcdeeb61c372b44358daf817baa.tar.bz2
Documentation: clarify which parameters are optional to git-cherry
An earlier parameter is only optional when all of the later parameters are omitted. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-cherry.txt')
-rw-r--r--Documentation/git-cherry.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt
index 556ea23..7deefda 100644
--- a/Documentation/git-cherry.txt
+++ b/Documentation/git-cherry.txt
@@ -7,7 +7,7 @@ git-cherry - Find commits not merged upstream
SYNOPSIS
--------
-'git cherry' [-v] [<upstream>] [<head>] [<limit>]
+'git cherry' [-v] [<upstream> [<head> [<limit>]]]
DESCRIPTION
-----------