tail: Add -num to usage and fix manpage to align with head.1

This commit is contained in:
sin
2015-03-05 08:13:42 +00:00
parent 68ccf5c0eb
commit eca23e5308
2 changed files with 7 additions and 8 deletions

2
tail.c
View File

@@ -74,7 +74,7 @@ taketail(FILE *fp, const char *str)
static void
usage(void)
{
eprintf("usage: %s [-f] [-c num | -n num] [file ...]\n", argv0);
eprintf("usage: %s [-f] [-c num | -n num | -num] [file ...]\n", argv0);
}
int