Преглед изворни кода

remove -D from usage, we don't support it

Wichert Akkerman пре 25 година
родитељ
комит
94e86114ea
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      main/query.c

+ 1 - 2
main/query.c

@@ -454,8 +454,7 @@ Usage: \n\
 \n\
 Options:\n\
   --admindir=<directory>     Use <directory> instead of %s\n\
-  --showformat=<format>      Use alternative format for --show\n\
-  -D|--debug=<octal>         Enable debugging - see -Dhelp or --debug=help\n"),
+  --showformat=<format>      Use alternative format for --show\n"),
 	    ADMINDIR) < 0) werr ("stdout");
 }