Code

Windows: Make sure argv[0] has a path
[git.git] / builtin-grep.c
index d8b06ce810d334654ada4b7fa3b79c19a4787565..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>* [-e] <pattern> <rev>* [[--] <path>...]";
+"git grep <option>* [-e] <pattern> <rev>* [[--] <path>...]";
 
 static const char emsg_invalid_context_len[] =
 "%s: invalid context length argument";