Skip to content

Commit a12c6b0

Browse files
MarkLodatogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 36384c9 commit a12c6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/git-grep.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ SYNOPSIS
2020
[-c | --count] [--all-match] [-q | --quiet]
2121
[--max-depth <depth>]
2222
[--color[=<when>] | --no-color]
23+
[--break] [--heading] [-p | --show-function]
2324
[-A <post-context>] [-B <pre-context>] [-C <context>]
25+
[-W | --function-context]
2426
[-f <file>] [-e] <pattern>
2527
[--and|--or|--not|(|)|-e <pattern>...]
2628
[ [--exclude-standard] [--cached | --no-index | --untracked] | <tree>...]

0 commit comments

Comments
 (0)