# HG changeset patch # User Matti Hamalainen # Date 1543493287 -7200 # Node ID 01fbcfc969e44b56149e8f465db91bfbc8dc9490 # Parent 0fe1bce4e8a5809cf6f49c12c10c767d0a5f0517 Improve 'packed' help. diff -r 0fe1bce4e8a5 -r 01fbcfc969e4 tools/packed.c --- a/tools/packed.c Thu Nov 29 14:03:33 2018 +0200 +++ b/tools/packed.c Thu Nov 29 14:08:07 2018 +0200 @@ -58,7 +58,7 @@ { 2, 'C', "level", "Set zlib compression level 1-9", OPT_ARGREQ }, { 3, 'v', "verbose", "Increase verbosity", OPT_NONE }, { 4, 'f', "resflags", "Set default resource flags (-f 0xff)", OPT_ARGREQ }, - { 5, 'x', "exclude", "Exclude name/glob pattern from add", OPT_ARGREQ }, + { 5, 'x', "exclude", "Exclude name/glob pattern", OPT_ARGREQ }, }; static const int optListN = sizeof(optList) / sizeof(optList[0]);