]> err.no Git - dpkg/commitdiff
remove -D from usage, we don't support it
authorWichert Akkerman <wakkerma@debian.org>
Fri, 27 Jul 2001 01:44:41 +0000 (01:44 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Fri, 27 Jul 2001 01:44:41 +0000 (01:44 +0000)
main/query.c

index f467dabf51dbfaa66f6efa03866da0cbdf083f65..082e5aecd3553c75609eedde2f5d573f4ed955f9 100644 (file)
@@ -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");
 }