diff --git a/grep.c b/grep.c index c9c3ac1..14ddd68 100644 --- a/grep.c +++ b/grep.c @@ -39,7 +39,7 @@ static SLIST_HEAD(phead, pattern) phead; static void usage(void) { - enprintf(Error, "usage: %s [-EFHcilnqsvx] [-e pattern] [-f file] [pattern] [file ...]\n", argv0); + enprintf(Error, "usage: %s [-EFHchilnqsvx] [-e pattern] [-f file] [pattern] [file ...]\n", argv0); } int