# HG changeset patch # User Matti Hamalainen # Date 1425217994 -7200 # Node ID 021e76f94dcb7b4f018b91d7d8ca05f927e5df31 # Parent 8cf8a80354387f154933b2064d994ec0d3cce3e6 Cosmetics. diff -r 8cf8a8035438 -r 021e76f94dcb tools/packed.c --- 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]);