changeset 333:f8a133d0b703

Oops, -H option index was incorrect. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 13:37:25 +0200
parents 629876cc0540
children 1e7ffcaeb8ad
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 },