aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/usage.c')
-rw-r--r--applets/usage.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 1686910d5..6f5b3c47e 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -241,6 +241,14 @@ const char dos2unix_usage[] =
;
#endif
+#if defined BB_DPKG
+const char dpkg_usage[] =
+ "udpkg <-i|-r|--unpack|--configure> my.deb"
+#ifndef BB_FEATURE_TRIVIAL_HELP
+#endif
+ ;
+#endif
+
#if defined BB_DPKG_DEB
const char dpkg_deb_usage[] =
"dpkg-deb [-cexX] file directory"