Skip to content

Commit d2355d7

Browse files
mkiedrowiczgitster
authored andcommitted
Documentation: Add --line-number to git-grep synopsis
Commit 7d6cb10 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec014ea commit d2355d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-grep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212
'git grep' [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]
1313
[-v | --invert-match] [-h|-H] [--full-name]
1414
[-E | --extended-regexp] [-G | --basic-regexp]
15-
[-F | --fixed-strings] [-n]
15+
[-F | --fixed-strings] [-n | --line-number]
1616
[-l | --files-with-matches] [-L | --files-without-match]
1717
[(-O | --open-files-in-pager) [<pager>]]
1818
[-z | --null]

0 commit comments

Comments
 (0)