comparison sidinfo.c @ 328:04ed43ef97e7

Oops, restore the long --verbose option.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 18:20:10 +0200
parents b6f88c150573
children 14a91c998d96
comparison
equal deleted inserted replaced
327:b6f88c150573 328:04ed43ef97e7
119 // Define option arguments 119 // Define option arguments
120 static const th_optarg optList[] = 120 static const th_optarg optList[] =
121 { 121 {
122 { 0, '?', "help" , NULL , "Show this help", OPT_NONE }, 122 { 0, '?', "help" , NULL , "Show this help", OPT_NONE },
123 { 1, 0, "license" , NULL , "Print out this program's license agreement", OPT_NONE }, 123 { 1, 0, "license" , NULL , "Print out this program's license agreement", OPT_NONE },
124 { 2, 'v', NULL , NULL , "Be more verbose", OPT_NONE }, 124 { 2, 'v', "verbose" , NULL , "Be more verbose", OPT_NONE },
125 125
126 { 3, 'p', "parsable" , NULL , "Output in script-parsable format", OPT_NONE }, 126 { 3, 'p', "parsable" , NULL , "Output in script-parsable format", OPT_NONE },
127 { 4, 'x', "hex" , NULL , "Use hexadecimal values", OPT_NONE }, 127 { 4, 'x', "hex" , NULL , "Use hexadecimal values", OPT_NONE },
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 },