From: Michał Kiedrowicz Date: Wed, 4 May 2011 22:00:17 +0000 (+0200) Subject: Documentation: Add --line-number to git-grep synopsis X-Git-Tag: v1.7.6-rc0~18^2~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d2355d76150316104b89443065e62a71342c36be;p=git.git Documentation: Add --line-number to git-grep synopsis Commit 7d6cb10b ("grep: Add the option '--line-number'", 2011-03-28) introduced the --line-number option and added its description to OPTIONS section, but forgot to update SYNOPSIS. Signed-off-by: Michał Kiedrowicz Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index d7523b3e4..4a5837881 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git grep' [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp] [-v | --invert-match] [-h|-H] [--full-name] [-E | --extended-regexp] [-G | --basic-regexp] - [-F | --fixed-strings] [-n] + [-F | --fixed-strings] [-n | --line-number] [-l | --files-with-matches] [-L | --files-without-match] [(-O | --open-files-in-pager) []] [-z | --null]