aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-05-02 03:01:08 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-05-02 03:01:08 +0000
commitcbc453c7a21ffed7b49d3cb2d3e8a2606efd574c (patch)
tree295e5a0be300fbc24aec9d581d5ee20853c42ecc /include
parentd14084019fb5258977061ea69c5d8374b9ae0bdd (diff)
downloadbusybox-cbc453c7a21ffed7b49d3cb2d3e8a2606efd574c.tar.gz
Update dpkg-deb usage to match current practices
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index 43b903c3d..46392d5f8 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -434,15 +434,13 @@
"\t-u\tUnpack a package, but dont configure it"
#define dpkg_deb_trivial_usage \
- "[-cefItxX] FILE [argument]"
+ "[-cefxX] FILE [argument]"
#define dpkg_deb_full_usage \
"Perform actions on Debian packages (.debs)\n\n" \
"Options:\n" \
"\t-c\tList contents of filesystem tree\n" \
"\t-e\tExtract control files to [argument] directory\n" \
"\t-f\tDisplay control field name starting with [argument]\n" \
- "\t-I\tDisplay the control filenamed [argument]\n" \
- "\t-t\tExtract filesystem tree to stdout in tar format\n" \
"\t-x\tExtract packages filesystem tree to directory\n" \
"\t-X\tVerbose extract"
#define dpkg_deb_example_usage \