summaryrefslogtreecommitdiffstats
path: root/Documentation/git-show.txt
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2008-07-30 11:33:43 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-31 06:42:55 +0200
commitf448e24e2fe336621306b04b84e947bdd04f7ecc (patch)
tree79dc4b59a73f33180cc138a1c2115006f7579c10 /Documentation/git-show.txt
parentdocumentation: user-manual: update "using-bisect" section (diff)
downloadgit-f448e24e2fe336621306b04b84e947bdd04f7ecc.tar.xz
git-f448e24e2fe336621306b04b84e947bdd04f7ecc.zip
Make the DESCRIPTION match <x>... items in the SYNOPSIS
When the SYNOPSIS says e.g. "<path>...", it is nice if the DESCRIPTION also mentions "<path>..." and says the specified "paths" (note plural) are used for $whatever. This fixes the obvious mismatches. Signed-off-by: Abhijit Menon-Sen <ams@toroid.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show.txt')
-rw-r--r--Documentation/git-show.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index 1642cfd823..48b612e2ae 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -33,8 +33,8 @@ This manual page describes only the most frequently used options.
OPTIONS
-------
-<object>::
- The name of the object to show.
+<object>...::
+ The names of objects to show.
For a more complete list of ways to spell object names, see
"SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1].