From: Junio C Hamano Date: Tue, 12 Apr 2005 15:04:17 +0000 (-0700) Subject: [PATCH] Typofix in git/show-files. X-Git-Tag: v0.99~894 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=31cedfb95e7dda1e43aead0107d32f90f85f2160;p=git.git [PATCH] Typofix in git/show-files. Fixes a typo in usage string. From: Junio C Hamano Signed-off-by: Petr Baudis --- diff --git a/show-files.c b/show-files.c index 9c396ec8..9f62e970 100644 --- a/show-files.c +++ b/show-files.c @@ -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 */