From 31cedfb95e7dda1e43aead0107d32f90f85f2160 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 12 Apr 2005 08:04:17 -0700 Subject: [PATCH] [PATCH] Typofix in git/show-files. Fixes a typo in usage string. From: Junio C Hamano Signed-off-by: Petr Baudis --- show-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-files.c b/show-files.c index 9c396ec8e5..9f62e97001 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 */ -- 2.11.4.GIT