diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-15 12:53:24 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-15 12:53:24 +0000 |
commit | 3136904ff69b3f67096dbaf2afd9ac77256c4bae (patch) | |
tree | f41386d963b8a1bd7fcec2613d5fa2f5d101e577 | |
parent | 685f5fd6f473f802b465500d5ec7c1baba0ec357 (diff) | |
download | busybox-w32-3136904ff69b3f67096dbaf2afd9ac77256c4bae.tar.gz busybox-w32-3136904ff69b3f67096dbaf2afd9ac77256c4bae.tar.bz2 busybox-w32-3136904ff69b3f67096dbaf2afd9ac77256c4bae.zip |
Document new dpkg-deb funtions
-rw-r--r-- | applets/usage.h | 8 | ||||
-rw-r--r-- | include/usage.h | 8 | ||||
-rw-r--r-- | usage.h | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/applets/usage.h b/applets/usage.h index 31c749e2f..40171fc3d 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -265,13 +265,15 @@ | |||
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 | "[-cefxX] file directory" | 268 | "[-cefItxX] file [argument]" |
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\n" \ | 272 | "\t-c\tList contents of filesystem tree\n" \ |
273 | "\t-e\tExtract control files to directory\n" \ | 273 | "\t-e\tExtract control files to [argument] directory\n" \ |
274 | "\t-f\tExtract filesystem tree to stdout in tar format\n" \ | 274 | "\t-f\tDisplay control field name starting with [argument]\n" \ |
275 | "\t-I\tDisplay the control filenamed [argument]\n" \ | ||
276 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ | ||
275 | "\t-x\tExctract packages filesystem tree to directory\n" \ | 277 | "\t-x\tExctract packages filesystem tree to directory\n" \ |
276 | "\t-X\tVerbose extract" | 278 | "\t-X\tVerbose extract" |
277 | #define dpkg_deb_example_usage \ | 279 | #define dpkg_deb_example_usage \ |
diff --git a/include/usage.h b/include/usage.h index 31c749e2f..40171fc3d 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -265,13 +265,15 @@ | |||
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 | "[-cefxX] file directory" | 268 | "[-cefItxX] file [argument]" |
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\n" \ | 272 | "\t-c\tList contents of filesystem tree\n" \ |
273 | "\t-e\tExtract control files to directory\n" \ | 273 | "\t-e\tExtract control files to [argument] directory\n" \ |
274 | "\t-f\tExtract filesystem tree to stdout in tar format\n" \ | 274 | "\t-f\tDisplay control field name starting with [argument]\n" \ |
275 | "\t-I\tDisplay the control filenamed [argument]\n" \ | ||
276 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ | ||
275 | "\t-x\tExctract packages filesystem tree to directory\n" \ | 277 | "\t-x\tExctract packages filesystem tree to directory\n" \ |
276 | "\t-X\tVerbose extract" | 278 | "\t-X\tVerbose extract" |
277 | #define dpkg_deb_example_usage \ | 279 | #define dpkg_deb_example_usage \ |
@@ -265,13 +265,15 @@ | |||
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 | "[-cefxX] file directory" | 268 | "[-cefItxX] file [argument]" |
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\n" \ | 272 | "\t-c\tList contents of filesystem tree\n" \ |
273 | "\t-e\tExtract control files to directory\n" \ | 273 | "\t-e\tExtract control files to [argument] directory\n" \ |
274 | "\t-f\tExtract filesystem tree to stdout in tar format\n" \ | 274 | "\t-f\tDisplay control field name starting with [argument]\n" \ |
275 | "\t-I\tDisplay the control filenamed [argument]\n" \ | ||
276 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ | ||
275 | "\t-x\tExctract packages filesystem tree to directory\n" \ | 277 | "\t-x\tExctract packages filesystem tree to directory\n" \ |
276 | "\t-X\tVerbose extract" | 278 | "\t-X\tVerbose extract" |
277 | #define dpkg_deb_example_usage \ | 279 | #define dpkg_deb_example_usage \ |