aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index b904e0c7c..e92b87a9c 100644
--- a/usage.c
+++ b/usage.c
@@ -228,6 +228,20 @@ const char dos2unix_usage[] =
228 ; 228 ;
229#endif 229#endif
230 230
231#if defined BB_DPKG_DEB
232const 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
232const char du_usage[] = 246const char du_usage[] =
233 "du [OPTION]... [FILE]...\n" 247 "du [OPTION]... [FILE]...\n"