From 05ebf134258972f10201f4cc5a4c399433901eda Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 18 Jul 2001 05:16:31 +0000 Subject: Update dpkg usage git-svn-id: svn://busybox.net/trunk/busybox@3119 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/usage.h | 9 +++++++-- include/usage.h | 9 +++++++-- usage.h | 9 +++++++-- 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 @@ "\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]" 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]" diff --git a/usage.h b/usage.h index 70dafd81c..b0b9722ad 100644 --- a/usage.h +++ b/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]" -- cgit v1.2.3-55-g6feb