Add -h to grep(1) usage line

This commit is contained in:
sin 2014-11-21 13:15:26 +00:00
parent 78a55f6daf
commit 9e74df6520
1 changed files with 1 additions and 1 deletions

2
grep.c
View File

@ -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