Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update list of options with arguments in error message.
  • Loading branch information
madler committed Apr 10, 2019
1 parent 0561b2e commit 7b78fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pigz.c
Expand Up @@ -4148,7 +4148,7 @@ local int option(char *arg) {

// if no argument or dash option, check status of get
if (get && (arg == NULL || *arg == '-')) {
bad[1] = "bpSIM"[get - 1];
bad[1] = "bpSIJA"[get - 1];
throw(EINVAL, "missing parameter after %s", bad);
}
if (arg == NULL)
Expand Down

0 comments on commit 7b78fa6

Please sign in to comment.