diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 1686910..6f5b3c4 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" |