summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-06-25 23:30:03 +0000
committerJunio C Hamano <junio@kernel.org>2010-06-25 23:30:03 +0000
commit376230d06265c6d21d2c53551c0d969cd5ff59df (patch)
tree785b0034d5d242b7f922d9b784ce47fa911418c6 /git-grep.txt
parent89a5734841938bb740c6a30b2c5b1a6ad4c4fc20 (diff)
downloadgit-htmldocs-376230d06265c6d21d2c53551c0d969cd5ff59df.tar.gz
Autogenerated HTML docs for v1.7.1-575-gf526
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-grep.txt b/git-grep.txt
index 4b32322a6..912bddd7b 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -183,7 +183,7 @@ OPTIONS
Examples
--------
-git grep 'time_t' -- '*.[ch]'::
+git grep 'time_t' \-- '*.[ch]'::
Looks for `time_t` in all tracked .c and .h files in the working
directory and its subdirectories.