Add -h to grep(1) usage line
This commit is contained in:
2
grep.c
2
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
|
||||
|
Reference in New Issue
Block a user