[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
parent
2de381f919
commit
31cedfb95e
|
@ -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 */
|
Loading…
Reference in New Issue