commit 7ddaf1d6fe8184a2f3b3f97af0dc457d374055f3 parent 0e008fe349225461ad93802c48e5e1e2bb60ce85 Author: Quentin Rameau <quinq@quinq.eu.org> Date: Thu, 19 Feb 2015 15:54:09 +0100 uniq: corrected arg syntax in usage() Diffstat:
M | uniq.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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