Update dpkg-deb usage to match current practices

This commit is contained in:
Glenn L McGrath 2004-05-02 03:01:08 +00:00
parent d14084019f
commit cbc453c7a2

View File

@ -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 \