Просмотр исходного кода

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

Wichert Akkerman лет назад: 25
Родитель
Сommit
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");
 }