diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-12 13:49:09 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-12 13:49:09 +0000 |
commit | c37dede851a87e103cf55c2c6ae7b2731ac10416 (patch) | |
tree | 40aecd08a39f0f1ad7074f2a1003ace79bb4c641 /applets/usage.h | |
parent | f0f9dd4e222e4fc3570eb22d05237a4d600e11d7 (diff) | |
download | busybox-w32-c37dede851a87e103cf55c2c6ae7b2731ac10416.tar.gz busybox-w32-c37dede851a87e103cf55c2c6ae7b2731ac10416.tar.bz2 busybox-w32-c37dede851a87e103cf55c2c6ae7b2731ac10416.zip |
New dpkg-deb function -t, stands for --fsys-tarfile
git-svn-id: svn://busybox.net/trunk/busybox@2333 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index 5712c4413..31c749e2f 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -265,13 +265,13 @@ | |||
265 | "WORK IN PROGRESS, only usefull for debian-installer" | 265 | "WORK IN PROGRESS, only usefull for debian-installer" |
266 | 266 | ||
267 | #define dpkg_deb_trivial_usage \ | 267 | #define dpkg_deb_trivial_usage \ |
268 | "[-cexX] file directory" | 268 | "[-cefxX] file directory" |
269 | #define dpkg_deb_full_usage \ | 269 | #define dpkg_deb_full_usage \ |
270 | "Perform actions on debian packages (.debs)\n\n" \ | 270 | "Perform actions on debian packages (.debs)\n\n" \ |
271 | "Options:\n" \ | 271 | "Options:\n" \ |
272 | "\t-c\tList contents of filesystem tree (verbose)\n" \ | 272 | "\t-c\tList contents of filesystem tree\n" \ |
273 | "\t-l\tList contents of filesystem tree (.list format)\n" \ | ||
274 | "\t-e\tExtract control files to directory\n" \ | 273 | "\t-e\tExtract control files to directory\n" \ |
274 | "\t-f\tExtract filesystem tree to stdout in tar format\n" \ | ||
275 | "\t-x\tExctract packages filesystem tree to directory\n" \ | 275 | "\t-x\tExctract packages filesystem tree to directory\n" \ |
276 | "\t-X\tVerbose extract" | 276 | "\t-X\tVerbose extract" |
277 | #define dpkg_deb_example_usage \ | 277 | #define dpkg_deb_example_usage \ |