diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-03-03 00:07:47 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-02 16:08:37 -0800 |
commit | 34cd62eb91600109378c8121c1fecd924a9af177 (patch) | |
tree | 35e6156d80a6ef924ca56648e15c8e770fe5c435 /Documentation/git-grep.txt | |
parent | 733ee2b7a95f6f4ac03f6f8db4899bcd54d0017e (diff) | |
download | git-34cd62eb91600109378c8121c1fecd924a9af177.tar.gz |
Fix doc typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r-- | Documentation/git-grep.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 71a73354f8..a97f0557f4 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -78,7 +78,7 @@ OPTIONS -l | --files-with-matches | --name-only | -L | --files-without-match:: Instead of showing every matched line, show only the names of files that contain (or do not contain) matches. - For better compatability with git-diff, --name-only is a + For better compatibility with git-diff, --name-only is a synonym for --files-with-matches. -c | --count:: |