From 20d640074448e1ef661371d26edb788b7c5f9ba1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 4 Feb 2010 22:06:50 -0800 Subject: [PATCH] Complete update of -s option to -S --- pigz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pigz.c b/pigz.c index d46bf24..db3dc55 100644 --- a/pigz.c +++ b/pigz.c @@ -2954,7 +2954,7 @@ local int option(char *arg) /* if no argument or dash option, check status of get */ if (get && (arg == NULL || *arg == '-')) { - bad[1] = "bps"[get - 1]; + bad[1] = "bpS"[get - 1]; bail("missing parameter after ", bad); } if (arg == NULL) @@ -3040,7 +3040,7 @@ local int option(char *arg) return 0; } - /* process option parameter for -b, -p, or -s */ + /* process option parameter for -b, -p, or -S */ if (get) { size_t n;