diff options
author | Mark Lodato <lodatom@gmail.com> | 2012-03-25 22:41:42 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-26 12:06:48 -0700 |
commit | a12c6b0149e3dadd0701dac4fd0ba2463d251650 (patch) | |
tree | d4fbdd1445e709d9ac3b6eb70dc9ba863cdd4ebd | |
parent | 36384c979da7129393462c2208fd156b1453debd (diff) | |
download | git-a12c6b0149e3dadd0701dac4fd0ba2463d251650.tar.gz git-a12c6b0149e3dadd0701dac4fd0ba2463d251650.tar.xz |
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 <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-grep.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 <depth>] [--color[=<when>] | --no-color] + [--break] [--heading] [-p | --show-function] [-A <post-context>] [-B <pre-context>] [-C <context>] + [-W | --function-context] [-f <file>] [-e] <pattern> [--and|--or|--not|(|)|-e <pattern>...] [ [--exclude-standard] [--cached | --no-index | --untracked] | <tree>...] |