# HG changeset patch # User Matti Hamalainen # Date 1578915445 -7200 # Node ID f8a133d0b70305538c8fa1068c82f0b8cb807ad6 # Parent 629876cc0540d42d2260397623c67f0b1ef5c462 Oops, -H option index was incorrect. Fixed. diff -r 629876cc0540 -r f8a133d0b703 sidinfo.c --- a/sidinfo.c Mon Jan 13 13:11:37 2020 +0200 +++ b/sidinfo.c Mon Jan 13 13:37:25 2020 +0200 @@ -130,7 +130,7 @@ { 7, 'e', "escape" , "chars" , "Escape these characters in fields (see note)", OPT_ARGREQ }, { 8, 'f', "fields" , "fields" , "Show only specified field(s)", OPT_ARGREQ }, { 9, 'F', "format" , "fmt" , "Use given format string (see below)", OPT_ARGREQ }, - { 19, 'H', "hvsc" , "path" , "Specify path to HVSC root directory", OPT_ARGREQ }, + { 10, 'H', "hvsc" , "path" , "Specify path to HVSC root directory", OPT_ARGREQ }, { 11, 'S', "sldb" , "file" , "Specify Songlengths.(txt|md5) file", OPT_ARGREQ }, { 12, 'T', "stildb" , "file" , "Specify STIL.txt file", OPT_ARGREQ }, { 13, 'R', "recurse" , NULL , "Recurse into sub-directories", OPT_NONE },