# HG changeset patch # User Matti Hamalainen # Date 1544488782 -7200 # Node ID 0327fe1d0686272e185cec2834371f57c07e0998 # Parent b4a349f1c2f4f79490a7f6e2f9dee25e8108b6fb Enable -v verbosity option. diff -r b4a349f1c2f4 -r 0327fe1d0686 sidinfo.c --- a/sidinfo.c Tue Dec 11 02:38:53 2018 +0200 +++ b/sidinfo.c Tue Dec 11 02:39:42 2018 +0200 @@ -123,7 +123,7 @@ static const th_optarg optList[] = { { 0, '?', "help", "Show this help", OPT_NONE }, -// { 1, 'v', "verbose", "Be more verbose", OPT_NONE }, + { 1, 'v', "verbose", "Be more verbose", OPT_NONE }, {10, 0, "license", "Print out this program's license agreement", OPT_NONE }, { 2, 'p', "parsable", "Output in script-parsable format", OPT_NONE },