X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-ls-files.c;h=e8d568eed7ab700bc338af8f589d2f61e81f323c;hb=53b543ab8218cede7fb9383298c00dcef663692c;hp=75ba42246ee340634d317ec39948ed983171a42f;hpb=5bcde3082d5f348ff8b02547126746b9b713c8d5;p=git.git diff --git a/builtin-ls-files.c b/builtin-ls-files.c index 75ba42246..e8d568eed 100644 --- a/builtin-ls-files.c +++ b/builtin-ls-files.c @@ -423,7 +423,7 @@ int report_path_error(const char *ps_matched, const char **pathspec, int prefix_ } static const char ls_files_usage[] = - "git-ls-files [-z] [-t] [-v] (--[cached|deleted|others|stage|unmerged|killed|modified])* " + "git ls-files [-z] [-t] [-v] (--[cached|deleted|others|stage|unmerged|killed|modified])* " "[ --ignored ] [--exclude=] [--exclude-from=] " "[ --exclude-per-directory= ] [--exclude-standard] " "[--full-name] [--abbrev] [--] []*";