From 9e74df652016c07102823932db952f9f9b0a2f74 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 21 Nov 2014 13:15:26 +0000 Subject: [PATCH] Add -h to grep(1) usage line --- grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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