summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2de381f)
raw | patch | inline | side by side (parent: 2de381f)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 12 Apr 2005 15:04:17 +0000 (08:04 -0700) | ||
committer | Petr Baudis <xpasky@machine> | |
Wed, 13 Apr 2005 09:31:06 +0000 (02:31 -0700) |
Fixes a typo in usage string.
From: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
From: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
show-files.c | patch | blob | history |
diff --git a/show-files.c b/show-files.c
index 9c396ec8e5e9c9b9ab79fe15baea5141c2de530a..9f62e9700164e07bbbfdb7af7d1d3ba8f74ef7c7 100644 (file)
--- a/show-files.c
+++ b/show-files.c
continue;
}
- usage("show-files (--[cached|deleted|others|ignoded])*");
+ usage("show-files (--[cached|deleted|others|ignored])*");
}
/* With no flags, we default to showing the cached files */