# HG changeset patch # User Matti Hamalainen # Date 1578855215 -7200 # Node ID 6e86a048a760f245c7928acc36b62b7e68f66542 # Parent b7cd5dd0b82e847f49eccbfcc25ceb6d82015fcb Adjust help. diff -r b7cd5dd0b82e -r 6e86a048a760 tools/64vw.c --- a/tools/64vw.c Sun Jan 12 20:50:45 2020 +0200 +++ b/tools/64vw.c Sun Jan 12 20:53:35 2020 +0200 @@ -41,7 +41,7 @@ { 4, 'f', "format", "Force input format (see --formats)", OPT_ARGREQ }, { 5, 'F', "formats", "List supported input formats", OPT_NONE }, { 6, 'i', "info", "Print information only (no display)", OPT_NONE }, - { 7, 'l', "list", "Output list of files that were recognized (implies -i)", OPT_NONE }, + { 7, 'l', "list", "List files that were recognized (implies -i)", OPT_NONE }, { 8, 'P', "probe", "Probe only (do not attempt to decode the image)", OPT_NONE }, { 9, 0, "char-rom", "Set character ROM file to be used.", OPT_ARGREQ }, {10, 'p', "palette" , "Set C64 palette to be used (see -p list).", OPT_ARGREQ },