changeset 1023:76914697a343

Oops, missed this from a previous commit. :S
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 16:00:55 +0200
parents 0020c192c8dd
children 66b01739e5d3
files tools/packed.c
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 },