diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
commit | 6ab58895cd951f6f5c96fa432afb122cfeb12746 (patch) | |
tree | 2a708aa291f58887198d3951e342996b2257e88f /ls-files.c | |
parent | c63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (diff) | |
parent | ac44f3e7c05390531004d567481004c96d1b262c (diff) |
GIT 1.0.4v1.0.4
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'ls-files.c')
-rw-r--r-- | ls-files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ls-files.c b/ls-files.c index f3f1a6a663..5e9ac712af 100644 --- a/ls-files.c +++ b/ls-files.c @@ -562,7 +562,7 @@ static void verify_pathspec(void) static const char ls_files_usage[] = "git-ls-files [-z] [-t] (--[cached|deleted|others|stage|unmerged|killed|modified])* " "[ --ignored ] [--exclude=<pattern>] [--exclude-from=<file>] " - "[ --exclude-per-directory=<filename> ] [--] [<file>]*"; + "[ --exclude-per-directory=<filename> ] [--full-name] [--] [<file>]*"; int main(int argc, const char **argv) { |