chiark / gitweb /
disobedience/disobedience.c: Stop telling `getopt' to accept `-H' and `-C'.
[disorder] / disobedience / disobedience.c
index b988aa8855f362713b8be2b08118c1bc7d28da08..6706a2d65d8a4f1ea61e2c3b2f3682b28aecd78c 100644 (file)
@@ -546,7 +546,7 @@ int main(int argc, char **argv) {
   regexp_setup();
   if(!setlocale(LC_CTYPE, "")) disorder_fatal(errno, "error calling setlocale");
   gtkok = gtk_init_check(&argc, &argv);
-  while((n = getopt_long(argc, argv, "hVc:dtHC", options, 0)) >= 0) {
+  while((n = getopt_long(argc, argv, "hVc:dt", options, 0)) >= 0) {
     switch(n) {
     case 'h': help();
     case 'V': version("disobedience");