commit 1caed19327525655b29c851d65b5eedda2770101
Author: sin <[email protected]>
Date:   Wed Feb 11 12:50:39 2015 +0000

    uniq: Fix typo in usage

diff --git a/uniq.c b/uniq.c
index 991f158..c01a758 100644
--- a/uniq.c
+++ b/uniq.c
@@ -25,7 +25,7 @@ static long prevlinecount = 0;
 static void
 usage(void)
 {
-       eprintf("usage: %s [-c] [-d | -u| [-f fields] [-s chars] [file]\n", 
argv0);
+       eprintf("usage: %s [-c] [-d | -u] [-f fields] [-s chars] [file]\n", 
argv0);
 }
 
 int

Reply via email to