aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-12 13:49:09 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-12 13:49:09 +0000
commit3e2ab88ee2e488df1b674655f0038729a635aa52 (patch)
tree40aecd08a39f0f1ad7074f2a1003ace79bb4c641 /applets
parentc9cac5be236475e91af1865a2dae2c2af5f19fd6 (diff)
downloadbusybox-3e2ab88ee2e488df1b674655f0038729a635aa52.tar.gz
New dpkg-deb function -t, stands for --fsys-tarfile
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 5712c4413..31c749e2f 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -265,13 +265,13 @@
"WORK IN PROGRESS, only usefull for debian-installer"
#define dpkg_deb_trivial_usage \
- "[-cexX] file directory"
+ "[-cefxX] file directory"
#define dpkg_deb_full_usage \
"Perform actions on debian packages (.debs)\n\n" \
"Options:\n" \
- "\t-c\tList contents of filesystem tree (verbose)\n" \
- "\t-l\tList contents of filesystem tree (.list format)\n" \
+ "\t-c\tList contents of filesystem tree\n" \
"\t-e\tExtract control files to directory\n" \
+ "\t-f\tExtract filesystem tree to stdout in tar format\n" \
"\t-x\tExctract packages filesystem tree to directory\n" \
"\t-X\tVerbose extract"
#define dpkg_deb_example_usage \