comparison sidinfo.c @ 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 c8f52ea74803
children 293fce53b5f9
comparison
equal deleted inserted replaced
332:629876cc0540 333:f8a133d0b703
128 { 5, 'n', "noprefix" , NULL , "Output without field name prefix", OPT_NONE }, 128 { 5, 'n', "noprefix" , NULL , "Output without field name prefix", OPT_NONE },
129 { 6, 'l', "line" , "sep" , "Output in one line format, -l <field sep str>", OPT_ARGREQ }, 129 { 6, 'l', "line" , "sep" , "Output in one line format, -l <field sep str>", OPT_ARGREQ },
130 { 7, 'e', "escape" , "chars" , "Escape these characters in fields (see note)", OPT_ARGREQ }, 130 { 7, 'e', "escape" , "chars" , "Escape these characters in fields (see note)", OPT_ARGREQ },
131 { 8, 'f', "fields" , "fields" , "Show only specified field(s)", OPT_ARGREQ }, 131 { 8, 'f', "fields" , "fields" , "Show only specified field(s)", OPT_ARGREQ },
132 { 9, 'F', "format" , "fmt" , "Use given format string (see below)", OPT_ARGREQ }, 132 { 9, 'F', "format" , "fmt" , "Use given format string (see below)", OPT_ARGREQ },
133 { 19, 'H', "hvsc" , "path" , "Specify path to HVSC root directory", OPT_ARGREQ }, 133 { 10, 'H', "hvsc" , "path" , "Specify path to HVSC root directory", OPT_ARGREQ },
134 { 11, 'S', "sldb" , "file" , "Specify Songlengths.(txt|md5) file", OPT_ARGREQ }, 134 { 11, 'S', "sldb" , "file" , "Specify Songlengths.(txt|md5) file", OPT_ARGREQ },
135 { 12, 'T', "stildb" , "file" , "Specify STIL.txt file", OPT_ARGREQ }, 135 { 12, 'T', "stildb" , "file" , "Specify STIL.txt file", OPT_ARGREQ },
136 { 13, 'R', "recurse" , NULL , "Recurse into sub-directories", OPT_NONE }, 136 { 13, 'R', "recurse" , NULL , "Recurse into sub-directories", OPT_NONE },
137 }; 137 };
138 138