comparison tools/packed.c @ 2037:01fbcfc969e4

Improve 'packed' help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Nov 2018 14:08:07 +0200
parents 0fe1bce4e8a5
children eebe338b3c39
comparison
equal deleted inserted replaced
2036:0fe1bce4e8a5 2037:01fbcfc969e4
56 { 0, '?', "help", "Show this help", OPT_NONE }, 56 { 0, '?', "help", "Show this help", OPT_NONE },
57 { 1, 'n', "nocompress", "No compression / decompression", OPT_NONE }, 57 { 1, 'n', "nocompress", "No compression / decompression", OPT_NONE },
58 { 2, 'C', "level", "Set zlib compression level 1-9", OPT_ARGREQ }, 58 { 2, 'C', "level", "Set zlib compression level 1-9", OPT_ARGREQ },
59 { 3, 'v', "verbose", "Increase verbosity", OPT_NONE }, 59 { 3, 'v', "verbose", "Increase verbosity", OPT_NONE },
60 { 4, 'f', "resflags", "Set default resource flags (-f 0xff)", OPT_ARGREQ }, 60 { 4, 'f', "resflags", "Set default resource flags (-f 0xff)", OPT_ARGREQ },
61 { 5, 'x', "exclude", "Exclude name/glob pattern from add", OPT_ARGREQ }, 61 { 5, 'x', "exclude", "Exclude name/glob pattern", OPT_ARGREQ },
62 }; 62 };
63 63
64 static const int optListN = sizeof(optList) / sizeof(optList[0]); 64 static const int optListN = sizeof(optList) / sizeof(optList[0]);
65 65
66 66