From 07c1169a7b4d12435552adab2dead06546478394 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Nov 2017 16:28:47 +0100 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.c b/common.c index 8930d08..b265697 100644 --- a/common.c +++ b/common.c @@ -34,7 +34,7 @@ char *argv0; static void usage(void) { - fprintf(stderr, "usage: %s [-u | -l | -b | -c] [-R rate] [-C capacity] " + fprintf(stderr, "usage: %s [-u | -l | -b | -c] [-R rate] [-C capacity] " "[-N output-size] [-S state-size] [-W word-size] " "[-Z squeeze-count] [-vx] [file ...]\n", argv0); exit(2); -- cgit v1.2.3-70-g09d2