From 17dad35015536e5453635da224c51274d646d5ec Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 11 Feb 2015 12:50:39 +0000 Subject: [PATCH] uniq: Fix typo in usage --- uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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