mirror of https://github.com/mirror/busybox.git
Update dpkg-deb usage to match current practices
parent
d14084019f
commit
cbc453c7a2
|
@ -434,15 +434,13 @@
|
||||||
"\t-u\tUnpack a package, but dont configure it"
|
"\t-u\tUnpack a package, but dont configure it"
|
||||||
|
|
||||||
#define dpkg_deb_trivial_usage \
|
#define dpkg_deb_trivial_usage \
|
||||||
"[-cefItxX] FILE [argument]"
|
"[-cefxX] FILE [argument]"
|
||||||
#define dpkg_deb_full_usage \
|
#define dpkg_deb_full_usage \
|
||||||
"Perform actions on Debian packages (.debs)\n\n" \
|
"Perform actions on Debian packages (.debs)\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-c\tList contents of filesystem tree\n" \
|
"\t-c\tList contents of filesystem tree\n" \
|
||||||
"\t-e\tExtract control files to [argument] directory\n" \
|
"\t-e\tExtract control files to [argument] directory\n" \
|
||||||
"\t-f\tDisplay control field name starting with [argument]\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\tExtract packages filesystem tree to directory\n" \
|
||||||
"\t-X\tVerbose extract"
|
"\t-X\tVerbose extract"
|
||||||
#define dpkg_deb_example_usage \
|
#define dpkg_deb_example_usage \
|
||||||
|
|
Loading…
Reference in New Issue