diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-02-12 11:27:45 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-02-12 11:27:45 +0000 |
commit | dadf9c6dcd8106d120bd986ba6c1cf6ccb184565 (patch) | |
tree | 687d22bf97f96f8402030ef9eb9c48ec77e49072 | |
parent | 821fbf0f42f8b2dc214470a18217e935e3608ca6 (diff) | |
download | busybox-dadf9c6dcd8106d120bd986ba6c1cf6ccb184565.tar.gz |
New dpkg-deb option, warning about dpkg usage
-rw-r--r-- | applets/usage.c | 6 | ||||
-rw-r--r-- | usage.c | 6 |
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[] = #if defined BB_DPKG const char dpkg_usage[] = - "udpkg <-i|-r|--unpack|--configure> my.deb" + "udpkg <-i|-r|--unpack|--configure> my.deb\n" + "WORK IN PROGRESS, only usefull for debian-installer\n" #ifndef BB_FEATURE_TRIVIAL_HELP #endif ; @@ -255,7 +256,8 @@ const char dpkg_deb_usage[] = #ifndef BB_FEATURE_TRIVIAL_HELP "\n\nPerform actions on debian packages (.debs)\n\n" "Options:\n" - "\t-c\tList contents of filesystem tree\n" + "\t-c\tList contents of filesystem tree (verbose)\n" + "\t-l\tList contents of filesystem tree (.list format)\n" "\t-e\tExtract control files to directory\n" "\t-x\tExctract packages filesystem tree to directory\n" "\t-X\tVerbose extract" @@ -243,7 +243,8 @@ const char dos2unix_usage[] = #if defined BB_DPKG const char dpkg_usage[] = - "udpkg <-i|-r|--unpack|--configure> my.deb" + "udpkg <-i|-r|--unpack|--configure> my.deb\n" + "WORK IN PROGRESS, only usefull for debian-installer\n" #ifndef BB_FEATURE_TRIVIAL_HELP #endif ; @@ -255,7 +256,8 @@ const char dpkg_deb_usage[] = #ifndef BB_FEATURE_TRIVIAL_HELP "\n\nPerform actions on debian packages (.debs)\n\n" "Options:\n" - "\t-c\tList contents of filesystem tree\n" + "\t-c\tList contents of filesystem tree (verbose)\n" + "\t-l\tList contents of filesystem tree (.list format)\n" "\t-e\tExtract control files to directory\n" "\t-x\tExctract packages filesystem tree to directory\n" "\t-X\tVerbose extract" |