Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-02-10 05:04:40 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2001-02-10 05:04:40 +0300
commitc30ab0f4a8f5c7101a6b897d43d87b1f97f8971d (patch)
treee4699df0a12fd03f11f7c28135e0b1abcacdb8fe /applets/usage.c
parente78fd0f7211121cc49b60cede1c2a5273cfcfe29 (diff)
New applet: dpkg
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"