diff options
author | Abhijit Menon-Sen <ams@toroid.org> | 2008-07-30 11:33:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-31 06:42:55 +0200 |
commit | f448e24e2fe336621306b04b84e947bdd04f7ecc (patch) | |
tree | 79dc4b59a73f33180cc138a1c2115006f7579c10 /Documentation/gitk.txt | |
parent | documentation: user-manual: update "using-bisect" section (diff) | |
download | git-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/gitk.txt')
-rw-r--r-- | Documentation/gitk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index e02ecf5744..6e827cd11c 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -58,7 +58,7 @@ frequently used options. For a more complete list of ways to spell object names, see "SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1]. -<path>:: +<path>...:: Limit commits to the ones touching files in the given paths. Note, to avoid ambiguity wrt. revision names use "--" to separate the paths |