Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Complete update of -s option to -S
  • Loading branch information
madler committed Feb 5, 2010
1 parent 0399695 commit 20d6400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pigz.c
Expand Up @@ -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)
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 20d6400

Please sign in to comment.