X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin%2Fls-files.c;h=6a307ab784a25c9f8d201392f79c7146a4a8eece;hb=eb4e67288bb9d66fb46092fa30d72c4bdded0c2a;hp=bb4f612b3d48c453d551f251b65887beb283ec7b;hpb=e3efa9c12c1797f5eeb140ebeb44ff6d210ec215;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 };