add dpkg-deb command

This commit is contained in:
Glenn L McGrath
2001-01-02 23:41:50 +00:00
parent 004827d715
commit 7541e3a812
10 changed files with 55 additions and 7 deletions

View File

@ -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"