aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-18 05:16:31 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-18 05:16:31 +0000
commit05ebf134258972f10201f4cc5a4c399433901eda (patch)
treeba30adaaae914f93b0958a0daeda40d2390f236e
parentac24123b2bd666e17eab40ff495481bdbd9c7f52 (diff)
downloadbusybox-w32-05ebf134258972f10201f4cc5a4c399433901eda.tar.gz
busybox-w32-05ebf134258972f10201f4cc5a4c399433901eda.tar.bz2
busybox-w32-05ebf134258972f10201f4cc5a4c399433901eda.zip
Update dpkg usage
git-svn-id: svn://busybox.net/trunk/busybox@3119 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--applets/usage.h9
-rw-r--r--include/usage.h9
-rw-r--r--usage.h9
3 files changed, 21 insertions, 6 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 70dafd81c..b0b9722ad 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -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]"
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 @@
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]"
diff --git a/usage.h b/usage.h
index 70dafd81c..b0b9722ad 100644
--- a/usage.h
+++ b/usage.h
@@ -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]"