diff --git a/uniq.c b/uniq.c index 534da1f..8d145a4 100644 --- a/uniq.c +++ b/uniq.c @@ -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