changeset 1020:021e76f94dcb

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 15:53:14 +0200
parents 8cf8a8035438
children f530690b75ad
files tools/packed.c
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/packed.c	Sun Mar 01 05:26:11 2015 +0200
+++ b/tools/packed.c	Sun Mar 01 15:53:14 2015 +0200
@@ -52,6 +52,16 @@
     { 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 },
+    {  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 / decompression", 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 },
 };
 
 static const int optListN = sizeof(optList) / sizeof(optList[0]);