Update dpkg usage
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 18 Jul 2001 05:16:31 +0000 (05:16 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 18 Jul 2001 05:16:31 +0000 (05:16 -0000)
applets/usage.h
include/usage.h
usage.h

index 70dafd81c787c95923c4fd5aba09b5de2194ef6b..b0b9722adcb7a8e95559fdf982b84b53e69949db 100644 (file)
        "\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]"
index 70dafd81c787c95923c4fd5aba09b5de2194ef6b..b0b9722adcb7a8e95559fdf982b84b53e69949db 100644 (file)
        "\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 70dafd81c787c95923c4fd5aba09b5de2194ef6b..b0b9722adcb7a8e95559fdf982b84b53e69949db 100644 (file)
--- a/usage.h
+++ b/usage.h
        "\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]"