changeset 2037:01fbcfc969e4

Improve 'packed' help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Nov 2018 14:08:07 +0200
parents 0fe1bce4e8a5
children b5cd0435e186
files tools/packed.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]);