From 31cedfb95e7dda1e43aead0107d32f90f85f2160 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 12 Apr 2005 08:04:17 -0700 Subject: [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 9c396ec..9f62e97 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 */ -- cgit v0.10.2-6-g49f6