X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f15929695c1154fc9959e66ecb1d4aad1558fe0a..422a9507e9cbb817d6c2b20a3a8b7d539e16e688:/clients/disorder.c diff --git a/clients/disorder.c b/clients/disorder.c index 2d3cb9f..15bd107 100644 --- a/clients/disorder.c +++ b/clients/disorder.c @@ -618,7 +618,7 @@ int main(int argc, char **argv) { pcre_malloc = xmalloc; pcre_free = xfree; if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale"); - while((n = getopt_long(argc, argv, "hVc:dHlNu:p:", options, 0)) >= 0) { + while((n = getopt_long(argc, argv, "+hVc:dHlNu:p:", options, 0)) >= 0) { switch(n) { case 'h': help(); case 'H': help_commands();