X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fls-files.c;h=6a307ab784a25c9f8d201392f79c7146a4a8eece;hb=6b090e1710dbdf3f2c9f46c7f089ce34399b35c5;hp=bb4f612b3d48c453d551f251b65887beb283ec7b;hpb=cd1547d2049f32a5c13ba1828fcd1a553b844e97;p=git.git diff --git a/builtin/ls-files.c b/builtin/ls-files.c index bb4f612b3..6a307ab78 100644 --- a/builtin/ls-files.c +++ b/builtin/ls-files.c @@ -424,7 +424,7 @@ int report_path_error(const char *ps_matched, const char **pathspec, int prefix_ } static const char * const ls_files_usage[] = { - "git ls-files [options] []*", + "git ls-files [options] [...]", NULL };