[hackers] [sbase] uniq: Match usage with manpage || sin

From: <git_AT_suckless.org>
Date: Wed, 11 Feb 2015 13:26:41 +0100 (CET)

commit 20e926bc606164204b01b31290886af10fb5afb9
Author: sin <sin_AT_2f30.org>
Date: Wed Feb 11 12:21:31 2015 +0000

    uniq: Match usage with manpage

diff --git a/uniq.c b/uniq.c
index 5b217e3..991f158 100644
--- a/uniq.c
+++ b/uniq.c
_AT_@ -25,7 +25,7 @@ static long prevlinecount = 0;
 static void
 usage(void)
 {
- eprintf("usage: %s [-cdufs] [file]\n", argv0);
+ eprintf("usage: %s [-c] [-d | -u| [-f fields] [-s chars] [file]\n", argv0);
 }
 
 int
Received on Wed Feb 11 2015 - 13:26:41 CET

This archive was generated by hypermail 2.3.0 : Wed Feb 11 2015 - 13:36:11 CET