[PATCH] Typofix in git/show-files.
authorJunio C Hamano <junkio@cox.net>
Tue, 12 Apr 2005 15:04:17 +0000 (08:04 -0700)
committerPetr 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>
show-files.c

index 9c396ec..9f62e97 100644 (file)
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
                        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 */