aboutsummaryrefslogtreecommitdiff
path: root/show-files.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-04-12 08:04:17 -0700
committerPetr Baudis <xpasky@machine>2005-04-13 02:31:06 -0700
commit31cedfb95e7dda1e43aead0107d32f90f85f2160 (patch)
treea2438d35e51d7bec87ca5231c0e8f7fb9039ba56 /show-files.c
parent2de381f919829aec1e35d6c7cc33519295dcd053 (diff)
downloadgit-31cedfb95e7dda1e43aead0107d32f90f85f2160.tar.gz
git-31cedfb95e7dda1e43aead0107d32f90f85f2160.tar.xz
[PATCH] Typofix in git/show-files.
Fixes a typo in usage string. From: Junio C Hamano <junkio@cox.net> Signed-off-by: Petr Baudis <pasky@ucw.cz>
Diffstat (limited to 'show-files.c')
-rw-r--r--show-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-files.c b/show-files.c
index 9c396ec8e..9f62e9700 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 */