uniq: corrected arg syntax in usage()

This commit is contained in:
Quentin Rameau 2015-02-19 15:54:09 +01:00 committed by sin
parent 0e008fe349
commit 7ddaf1d6fe
1 changed files with 1 additions and 1 deletions

2
uniq.c
View File

@ -24,7 +24,7 @@ static void
usage(void)
{
eprintf("usage: %s [-c] [-d | -u] [-f fields] [-s chars]"
" [[input] output]\n", argv0);
" [input [output]]\n", argv0);
}
int