From a12c6b0149e3dadd0701dac4fd0ba2463d251650 Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sun, 25 Mar 2012 22:41:42 -0400 Subject: [PATCH] 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 --- Documentation/git-grep.txt | 2 ++ 1 file changed, 2 insertions(+) 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] | ...] -- 2.30.2