changeset 204:0327fe1d0686

Enable -v verbosity option.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Dec 2018 02:39:42 +0200
parents b4a349f1c2f4
children c05a8351dc9b
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 },