X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-grep.txt;h=5474dd7f94c4b3217230808e656662d0edcef207;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=d89ec324855841ebe2c76482f3c34350343523a3;hpb=0af88c15e2eb0a680c3797da8d8b97636b797f66;p=git.git diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index d89ec3248..5474dd7f9 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -191,7 +191,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.