Make usage strings dash-less
[gitweb.git] / builtin-grep.c
index ef299108f529fa5fa931d765828f04535c3a6351..0cac39590d1b080fdc9a5879cade356a28dfdc6a 100644 (file)
@@ -495,7 +495,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>* <rev>* [-e] <pattern> [<path>...]";
 
 static const char emsg_invalid_context_len[] =
 "%s: invalid context length argument";