From 07ea91d84f3c7bb075d4716ee40096e3b12a4c86 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 9 May 2006 18:28:41 -0700 Subject: builtin-grep: -F (--fixed-strings) Signed-off-by: Junio C Hamano --- Documentation/git-grep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-grep.txt') diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 56b683ae56..74102b7944 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git-grep' [--cached] [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp] [-v | --invert-match] - [-E | --extended-regexp] [-G | --basic-regexp] + [-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings] [-n] [-l | --files-with-matches] [-L | --files-without-match] [-c | --count] [-A ] [-B ] [-C ] -- cgit v1.2.3