diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -228,6 +228,20 @@ const char dos2unix_usage[] = | |||
228 | ; | 228 | ; |
229 | #endif | 229 | #endif |
230 | 230 | ||
231 | #if defined BB_DPKG_DEB | ||
232 | const char dpkg_deb_usage[] = | ||
233 | "dpkg-deb [-cexX] file directory" | ||
234 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
235 | "Perform actions on debian packages (.debs)\n" | ||
236 | "Options:\n" | ||
237 | "\t-c\tList contents of filesystem tree\n" | ||
238 | "\t-e\tExtract control files to directory\n" | ||
239 | "\t-x\tExctract packages filesystem tree to directory\n" | ||
240 | "\t-X\tVerbose extract\n" | ||
241 | #endif | ||
242 | ; | ||
243 | #endif | ||
244 | |||
231 | #if defined BB_DU | 245 | #if defined BB_DU |
232 | const char du_usage[] = | 246 | const char du_usage[] = |
233 | "du [OPTION]... [FILE]...\n" | 247 | "du [OPTION]... [FILE]...\n" |