# HG changeset patch # User Matti Hamalainen # Date 1578846010 -7200 # Node ID 04ed43ef97e77ea7636edb44ba8ddc1044603fa3 # Parent b6f88c15057375e1600029d1758ffce85e71dab9 Oops, restore the long --verbose option. diff -r b6f88c150573 -r 04ed43ef97e7 sidinfo.c --- a/sidinfo.c Sun Jan 12 18:04:38 2020 +0200 +++ b/sidinfo.c Sun Jan 12 18:20:10 2020 +0200 @@ -121,7 +121,7 @@ { { 0, '?', "help" , NULL , "Show this help", OPT_NONE }, { 1, 0, "license" , NULL , "Print out this program's license agreement", OPT_NONE }, - { 2, 'v', NULL , NULL , "Be more verbose", OPT_NONE }, + { 2, 'v', "verbose" , NULL , "Be more verbose", OPT_NONE }, { 3, 'p', "parsable" , NULL , "Output in script-parsable format", OPT_NONE }, { 4, 'x', "hex" , NULL , "Use hexadecimal values", OPT_NONE },