# HG changeset patch # User Matti Hamalainen # Date 1425218455 -7200 # Node ID 76914697a343f232346823307e5fdda803165f1c # Parent 0020c192c8ddeb4329127924c37c13d58ca0edc3 Oops, missed this from a previous commit. :S diff -r 0020c192c8dd -r 76914697a343 tools/packed.c --- a/tools/packed.c Sun Mar 01 15:55:32 2015 +0200 +++ b/tools/packed.c Sun Mar 01 16:00:55 2015 +0200 @@ -42,16 +42,6 @@ static const DMOptArg optList[] = { - { 0, '?', "help", "Show this help", OPT_NONE }, - { 1, 'p', "pack", "Set pack filename (default: " SET_DEFAULT_PACK ")", OPT_ARGREQ }, - { 2, 'c', "create", "Create and add files to PACK", OPT_NONE }, - { 3, 'a', "add", "Add files to PACK", OPT_NONE }, - { 4, 'l', "list", "List files in PACK", OPT_NONE }, - { 5, 'e', "extract", "Extract files from PACK", OPT_NONE }, - { 6, 'n', "nocompress", "No compression", OPT_NONE }, - { 7, 'v', "verbose", "Increase verbosity", OPT_NONE }, - { 8, 'f', "resflags", "Set default resource flags (-f 0xff)", OPT_ARGREQ }, - { 9, 'x', "exclude", "Exclude name/glob pattern from add", OPT_ARGREQ }, { 0, '?', "help", "Show this help", OPT_NONE }, { 1, 'p', "pack", "Set pack filename (default: " SET_DEFAULT_PACK ")", OPT_ARGREQ }, { 2, 'c', "create", "Create and add files to PACK", OPT_NONE },