uniq: Fix typo in usage

This commit is contained in:
sin 2015-02-11 12:50:39 +00:00
parent b2370171e6
commit 17dad35015
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 [-c] [-d | -u| [-f fields] [-s chars] [file]\n", argv0);
eprintf("usage: %s [-c] [-d | -u] [-f fields] [-s chars] [file]\n", argv0);
}
int