diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -272,9 +272,14 @@ | |||
272 | "\t-d\toutput will be in DOS format" | 272 | "\t-d\toutput will be in DOS format" |
273 | 273 | ||
274 | #define dpkg_trivial_usage \ | 274 | #define dpkg_trivial_usage \ |
275 | "[-i|-r|--unpack|--configure] my.deb" | 275 | "-i package_file\n" |
276 | "[-CPru] package_name" | ||
276 | #define dpkg_full_usage \ | 277 | #define dpkg_full_usage \ |
277 | "WORK IN PROGRESS, only useful for debian-installer" | 278 | "\t-i\tInstall the package\n" \ |
279 | "\t-C\tConfigure an unpackaged package\n" \ | ||
280 | "\t-P\tPurge all files of a package\n" \ | ||
281 | "\t-r\tRemove all but the configuration files for a package\n" \ | ||
282 | "\t-u\tUnpack a package, but dont configure it\n" | ||
278 | 283 | ||
279 | #define dpkg_deb_trivial_usage \ | 284 | #define dpkg_deb_trivial_usage \ |
280 | "[-cefItxX] FILE [argument]" | 285 | "[-cefItxX] FILE [argument]" |