]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-grep.c
Merge branch 'maint'
[thirdparty/git.git] / builtin-grep.c
index 7bf6a7156cdd8e236d451b9be4d4754c2c517e66..631129ddfd0ffe06f919882d22cfc494d9553f50 100644 (file)
@@ -498,7 +498,7 @@ static int grep_object(struct grep_opt *opt, const char **paths,
 }
 
 static const char builtin_grep_usage[] =
-"git grep <option>* <rev>* [-e] <pattern> [<path>...]";
+"git grep <option>* [-e] <pattern> <rev>* [[--] <path>...]";
 
 static const char emsg_invalid_context_len[] =
 "%s: invalid context length argument";