diff options
-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 \ |