X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-grep.txt;h=912bddd7b67bb486a703814f116a73fa047e667c;hb=bcdfb20ae94138eac863b4c40263dc10f29917e5;hp=4b32322a67d9f3de8b555d3d9d03e7ddab14e0a7;hpb=60335534a6ac52d4d3a372a5b56df5a57a4463d1;p=git.git diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 4b32322a6..912bddd7b 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/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.