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 \