diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
commit | 7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch) | |
tree | 7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /applets/usage.c | |
parent | 004827d71597b49c9c2eaac2654edc114981367c (diff) |
add dpkg-deb command
Diffstat (limited to 'applets/usage.c')
-rw-r--r-- | applets/usage.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index b904e0c7c..e92b87a9c 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -228,6 +228,20 @@ const char dos2unix_usage[] = ; #endif +#if defined BB_DPKG_DEB +const char dpkg_deb_usage[] = + "dpkg-deb [-cexX] file directory" +#ifndef BB_FEATURE_TRIVIAL_HELP + "Perform actions on debian packages (.debs)\n" + "Options:\n" + "\t-c\tList contents of filesystem tree\n" + "\t-e\tExtract control files to directory\n" + "\t-x\tExctract packages filesystem tree to directory\n" + "\t-X\tVerbose extract\n" +#endif + ; +#endif + #if defined BB_DU const char du_usage[] = "du [OPTION]... [FILE]...\n" |