Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
clone: always fetch remote HEAD
[gitweb.git]
/
builtin
/
ls-files.c
diff --git
a/builtin/ls-files.c
b/builtin/ls-files.c
index 87f0b8ac1d84f13402621ffdef25e0a6231f83b2..fb2d5f4b1fb0ce9ef2fb0c4099b5fea6d07b6838 100644
(file)
--- 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] [<file>
]*
",
+ "git ls-files [options] [<file>
...]
",
NULL
};