X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/e1440395d18310fe7648011737c579520c55d549..997e369691496be4ecfe38e3516f7e007ed69a7b:/src/utils/pactl.c diff --git a/src/utils/pactl.c b/src/utils/pactl.c index 8483464f..555cb481 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -1596,7 +1596,7 @@ int main(int argc, char *argv[]) { proplist = pa_proplist_new(); - while ((c = getopt_long(argc, argv, "s:n:h", long_options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "+s:n:h", long_options, NULL)) != -1) { switch (c) { case 'h' : help(bn);