grep: fix help text typo
Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Brandon Williams committed
Mar 17, 2017 at 10:22 UTC
4fb1c6aad82212051d95b2d0b1f4c877d076bf5d
1 file changed
+1
-1
builtin/grep.c
+1
-1
@@ -978,7 +978,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
978
OPT_SET_INT(0, "exclude-standard", &opt_exclude,
979
N_("ignore files specified via '.gitignore'"), 1),
980
OPT_BOOL(0, "recurse-submodules", &recurse_submodules,
981
- N_("recursivley search in each submodule")),
981
+ N_("recursively search in each submodule")),
982
OPT_STRING(0, "parent-basename", &parent_basename,
983
N_("basename"),
984
N_("prepend parent project's basename to output")),