summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-07-15 15:51:27 +0200
committerGuillem Jover <guillem@debian.org>2013-03-18 07:19:38 +0100
commit8d3e9b6ed7ce6e136574fe99a4ada0a58df038b1 (patch)
tree1197d327a22b14a89d8d3edd5eca86d230bf3be4 /dpkg-deb/main.c
parente9eb399d17ddab9a1143adec2d042b62501976f4 (diff)
downloaddpkg-8d3e9b6ed7ce6e136574fe99a4ada0a58df038b1.tar.gz
dpkg-deb: Document --debug in --help output
Diffstat (limited to 'dpkg-deb/main.c')
-rw-r--r--dpkg-deb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 28bcd7b09..cdaeaa3a1 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -101,7 +101,7 @@ usage(const struct cmdinfo *cip, const char *value)
"Options:\n"
" --showformat=<format> Use alternative format for --show.\n"
" -v, --verbose Enable verbose output.\n"
-" -D Enable debugging output.\n"
+" -D, --debug Enable debugging output.\n"
" --old, --new Select archive format.\n"
" --nocheck Suppress control file check (build bad\n"
" packages).\n"