From 7ddaf1d6fe8184a2f3b3f97af0dc457d374055f3 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Thu, 19 Feb 2015 15:54:09 +0100 Subject: [PATCH] uniq: corrected arg syntax in usage() --- uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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