diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-05-02 03:01:08 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-05-02 03:01:08 +0000 |
commit | cbc453c7a21ffed7b49d3cb2d3e8a2606efd574c (patch) | |
tree | 295e5a0be300fbc24aec9d581d5ee20853c42ecc | |
parent | d14084019fb5258977061ea69c5d8374b9ae0bdd (diff) | |
download | busybox-w32-cbc453c7a21ffed7b49d3cb2d3e8a2606efd574c.tar.gz busybox-w32-cbc453c7a21ffed7b49d3cb2d3e8a2606efd574c.tar.bz2 busybox-w32-cbc453c7a21ffed7b49d3cb2d3e8a2606efd574c.zip |
Update dpkg-deb usage to match current practices
-rw-r--r-- | include/usage.h | 4 |
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 @@ | |||
434 | "\t-u\tUnpack a package, but dont configure it" | 434 | "\t-u\tUnpack a package, but dont configure it" |
435 | 435 | ||
436 | #define dpkg_deb_trivial_usage \ | 436 | #define dpkg_deb_trivial_usage \ |
437 | "[-cefItxX] FILE [argument]" | 437 | "[-cefxX] FILE [argument]" |
438 | #define dpkg_deb_full_usage \ | 438 | #define dpkg_deb_full_usage \ |
439 | "Perform actions on Debian packages (.debs)\n\n" \ | 439 | "Perform actions on Debian packages (.debs)\n\n" \ |
440 | "Options:\n" \ | 440 | "Options:\n" \ |
441 | "\t-c\tList contents of filesystem tree\n" \ | 441 | "\t-c\tList contents of filesystem tree\n" \ |
442 | "\t-e\tExtract control files to [argument] directory\n" \ | 442 | "\t-e\tExtract control files to [argument] directory\n" \ |
443 | "\t-f\tDisplay control field name starting with [argument]\n" \ | 443 | "\t-f\tDisplay control field name starting with [argument]\n" \ |
444 | "\t-I\tDisplay the control filenamed [argument]\n" \ | ||
445 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ | ||
446 | "\t-x\tExtract packages filesystem tree to directory\n" \ | 444 | "\t-x\tExtract packages filesystem tree to directory\n" \ |
447 | "\t-X\tVerbose extract" | 445 | "\t-X\tVerbose extract" |
448 | #define dpkg_deb_example_usage \ | 446 | #define dpkg_deb_example_usage \ |