aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-05-02 03:01:08 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-05-02 03:01:08 +0000
commit6e32cf220137518e711808ea01bea5b86b2f2dbb (patch)
tree295e5a0be300fbc24aec9d581d5ee20853c42ecc /include
parent221c61ef0a22a261f7be80ece3e2eb3c52107e16 (diff)
downloadbusybox-w32-6e32cf220137518e711808ea01bea5b86b2f2dbb.tar.gz
busybox-w32-6e32cf220137518e711808ea01bea5b86b2f2dbb.tar.bz2
busybox-w32-6e32cf220137518e711808ea01bea5b86b2f2dbb.zip
Update dpkg-deb usage to match current practices
git-svn-id: svn://busybox.net/trunk/busybox@8796 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
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 \