uniq: Match usage with manpage

This commit is contained in:
sin 2015-02-11 12:21:31 +00:00
parent 5f06185b1b
commit b2370171e6
1 changed files with 1 additions and 1 deletions

2
uniq.c
View File

@ -25,7 +25,7 @@ static long prevlinecount = 0;
static void
usage(void)
{
eprintf("usage: %s [-cdufs] [file]\n", argv0);
eprintf("usage: %s [-c] [-d | -u| [-f fields] [-s chars] [file]\n", argv0);
}
int