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