Update grep(1) manpage and usage line

This commit is contained in:
sin
2014-11-21 13:10:29 +00:00
parent 64e7504314
commit 8d26936b83
2 changed files with 66 additions and 60 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 [files...]\n", argv0);
enprintf(Error, "usage: %s [-EFHcilnqsvx] [-e pattern] [-f file] [pattern] [file ...]\n", argv0);
}
int