From: Mark Lodato Date: Mon, 26 Mar 2012 02:41:42 +0000 (-0400) Subject: grep doc: add --break / --heading / -W to synopsis X-Git-Tag: v1.7.9.5~4 X-Git-Url: https://git.tokkee.org/?p=git.git;a=commitdiff_plain;h=a12c6b0149e3dadd0701dac4fd0ba2463d251650 grep doc: add --break / --heading / -W to synopsis All of the other options were included in the synopsis, so it makes sense to include these as well. Signed-off-by: Mark Lodato Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 6a8b1e3a7..343eadd40 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -20,7 +20,9 @@ SYNOPSIS [-c | --count] [--all-match] [-q | --quiet] [--max-depth ] [--color[=] | --no-color] + [--break] [--heading] [-p | --show-function] [-A ] [-B ] [-C ] + [-W | --function-context] [-f ] [-e] [--and|--or|--not|(|)|-e ...] [ [--exclude-standard] [--cached | --no-index | --untracked] | ...]