diff options
-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 \ |