From 7541e3a812b0d6190b63bcc8327526d9cbef68e2 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 2 Jan 2001 23:41:50 +0000 Subject: add dpkg-deb command --- applets/usage.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'applets/usage.c') 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" -- cgit v1.2.3