[hackers] [sbase] uniq: corrected arg syntax in usage() || Quentin Rameau

From: <git_AT_suckless.org>
Date: Thu, 19 Feb 2015 15:57:32 +0100 (CET)

commit 3e33195ed7145bee2038911bfdb244171675f01d
Author: Quentin Rameau <quinq_AT_quinq.eu.org>
Date: Thu Feb 19 15:54:09 2015 +0100

    uniq: corrected arg syntax in usage()

diff --git a/uniq.c b/uniq.c
index 534da1f..8d145a4 100644
--- a/uniq.c
+++ b/uniq.c
_AT_@ -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
Received on Thu Feb 19 2015 - 15:57:32 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 19 2015 - 16:00:15 CET