[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>
maint
Junio C Hamano 2005-04-12 08:04:17 -07:00 committed by Petr Baudis
parent 2de381f919
commit 31cedfb95e
1 changed files with 1 additions and 1 deletions

View 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 */