Update dpkg-deb usage to match current practices
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 2 May 2004 03:01:08 +0000 (03:01 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 2 May 2004 03:01:08 +0000 (03:01 -0000)
include/usage.h

index 43b903c..46392d5 100644 (file)
        "\t-u\tUnpack a package, but dont configure it"
 
 #define dpkg_deb_trivial_usage \
-       "[-cefItxX] FILE [argument]"
+       "[-cefxX] FILE [argument]"
 #define dpkg_deb_full_usage \
        "Perform actions on Debian packages (.debs)\n\n" \
        "Options:\n" \
        "\t-c\tList contents of filesystem tree\n" \
        "\t-e\tExtract control files to [argument] directory\n" \
        "\t-f\tDisplay control field name starting with [argument]\n" \
-       "\t-I\tDisplay the control filenamed [argument]\n" \
-       "\t-t\tExtract filesystem tree to stdout in tar format\n" \
        "\t-x\tExtract packages filesystem tree to directory\n" \
        "\t-X\tVerbose extract"
 #define dpkg_deb_example_usage \