aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-07-18 05:16:31 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-07-18 05:16:31 +0000
commitb9e4ce99d82483ed0fd8b691ef88afac9c5fee65 (patch)
treeba30adaaae914f93b0958a0daeda40d2390f236e /include
parented4492a697c2ec876e41ccc8312118a66caa492a (diff)
downloadbusybox-b9e4ce99d82483ed0fd8b691ef88afac9c5fee65.tar.gz
Update dpkg usage
Diffstat (limited to 'include')
-rw-r--r--include/usage.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 70dafd81c..b0b9722ad 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -272,9 +272,14 @@
"\t-d\toutput will be in DOS format"
#define dpkg_trivial_usage \
- "[-i|-r|--unpack|--configure] my.deb"
+ "-i package_file\n"
+ "[-CPru] package_name"
#define dpkg_full_usage \
- "WORK IN PROGRESS, only useful for debian-installer"
+ "\t-i\tInstall the package\n" \
+ "\t-C\tConfigure an unpackaged package\n" \
+ "\t-P\tPurge all files of a package\n" \
+ "\t-r\tRemove all but the configuration files for a package\n" \
+ "\t-u\tUnpack a package, but dont configure it\n"
#define dpkg_deb_trivial_usage \
"[-cefItxX] FILE [argument]"