aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-12 11:27:45 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-12 11:27:45 +0000
commit0cbc159738b4f1eb162d434e7a4e45ca0ac5f9b9 (patch)
tree687d22bf97f96f8402030ef9eb9c48ec77e49072
parent9612ee1b05a822de88481a54bf9d565a44bf2511 (diff)
downloadbusybox-w32-0cbc159738b4f1eb162d434e7a4e45ca0ac5f9b9.tar.gz
busybox-w32-0cbc159738b4f1eb162d434e7a4e45ca0ac5f9b9.tar.bz2
busybox-w32-0cbc159738b4f1eb162d434e7a4e45ca0ac5f9b9.zip
New dpkg-deb option, warning about dpkg usage
git-svn-id: svn://busybox.net/trunk/busybox@1795 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--applets/usage.c6
-rw-r--r--usage.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 6f5b3c47e..52c0a6915 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -243,7 +243,8 @@ const char dos2unix_usage[] =
243 243
244#if defined BB_DPKG 244#if defined BB_DPKG
245const char dpkg_usage[] = 245const char dpkg_usage[] =
246 "udpkg <-i|-r|--unpack|--configure> my.deb" 246 "udpkg <-i|-r|--unpack|--configure> my.deb\n"
247 "WORK IN PROGRESS, only usefull for debian-installer\n"
247#ifndef BB_FEATURE_TRIVIAL_HELP 248#ifndef BB_FEATURE_TRIVIAL_HELP
248#endif 249#endif
249 ; 250 ;
@@ -255,7 +256,8 @@ const char dpkg_deb_usage[] =
255#ifndef BB_FEATURE_TRIVIAL_HELP 256#ifndef BB_FEATURE_TRIVIAL_HELP
256 "\n\nPerform actions on debian packages (.debs)\n\n" 257 "\n\nPerform actions on debian packages (.debs)\n\n"
257 "Options:\n" 258 "Options:\n"
258 "\t-c\tList contents of filesystem tree\n" 259 "\t-c\tList contents of filesystem tree (verbose)\n"
260 "\t-l\tList contents of filesystem tree (.list format)\n"
259 "\t-e\tExtract control files to directory\n" 261 "\t-e\tExtract control files to directory\n"
260 "\t-x\tExctract packages filesystem tree to directory\n" 262 "\t-x\tExctract packages filesystem tree to directory\n"
261 "\t-X\tVerbose extract" 263 "\t-X\tVerbose extract"
diff --git a/usage.c b/usage.c
index 6f5b3c47e..52c0a6915 100644
--- a/usage.c
+++ b/usage.c
@@ -243,7 +243,8 @@ const char dos2unix_usage[] =
243 243
244#if defined BB_DPKG 244#if defined BB_DPKG
245const char dpkg_usage[] = 245const char dpkg_usage[] =
246 "udpkg <-i|-r|--unpack|--configure> my.deb" 246 "udpkg <-i|-r|--unpack|--configure> my.deb\n"
247 "WORK IN PROGRESS, only usefull for debian-installer\n"
247#ifndef BB_FEATURE_TRIVIAL_HELP 248#ifndef BB_FEATURE_TRIVIAL_HELP
248#endif 249#endif
249 ; 250 ;
@@ -255,7 +256,8 @@ const char dpkg_deb_usage[] =
255#ifndef BB_FEATURE_TRIVIAL_HELP 256#ifndef BB_FEATURE_TRIVIAL_HELP
256 "\n\nPerform actions on debian packages (.debs)\n\n" 257 "\n\nPerform actions on debian packages (.debs)\n\n"
257 "Options:\n" 258 "Options:\n"
258 "\t-c\tList contents of filesystem tree\n" 259 "\t-c\tList contents of filesystem tree (verbose)\n"
260 "\t-l\tList contents of filesystem tree (.list format)\n"
259 "\t-e\tExtract control files to directory\n" 261 "\t-e\tExtract control files to directory\n"
260 "\t-x\tExctract packages filesystem tree to directory\n" 262 "\t-x\tExctract packages filesystem tree to directory\n"
261 "\t-X\tVerbose extract" 263 "\t-X\tVerbose extract"