diff --git a/src/tools/pw-dump.c b/src/tools/pw-dump.c index 179e0c673..a79e6517b 100644 --- a/src/tools/pw-dump.c +++ b/src/tools/pw-dump.c @@ -1541,7 +1541,7 @@ int main(int argc, char *argv[]) colors = true; setlinebuf(data.out); - while ((c = getopt_long(argc, argv, "hVr:mNC", long_options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "hVr:mNC::", long_options, NULL)) != -1) { switch (c) { case 'h' : show_help(&data, argv[0], false);