tests: use "git xyzzy" form (t7000 - t7199)
[gitweb.git] / builtin-grep.c
index 631129ddfd0ffe06f919882d22cfc494d9553f50..f59f95f1758f891f8068f1d12222d415c6595957 100644 (file)
@@ -774,7 +774,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
                        /* Make sure we do not get outside of paths */
                        for (i = 0; paths[i]; i++)
                                if (strncmp(prefix, paths[i], opt.prefix_length))
-                                       die("git-grep: cannot generate relative filenames containing '..'");
+                                       die("git grep: cannot generate relative filenames containing '..'");
                }
        }
        else if (prefix) {