From: rjk@greenend.org.uk <> Date: Sat, 29 Dec 2007 20:22:37 +0000 (+0000) Subject: stop disorder(1) permuting command line X-Git-Tag: 3.0~142 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/218b3b380900f1ddcc6994173a07c7edb892629e stop disorder(1) permuting command line --- 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();