changeset 24:16d6b5029543

Disable verbose option for now, it does not do anything at the moment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 03:40:46 +0300
parents 832c26cb1637
children 055c2355dd0a
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Sep 25 03:36:58 2014 +0300
+++ b/sidinfo.c	Thu Sep 25 03:40:46 2014 +0300
@@ -82,7 +82,7 @@
 static optarg_t optList[] =
 {
     { 0, '?', "help",       "Show this help", OPT_NONE },
-    { 1, 'v', "verbose",    "Be more verbose", OPT_NONE },
+//    { 1, 'v', "verbose",    "Be more verbose", OPT_NONE },
     { 2, 'p', "parsable",   "Output in script-parsable format", OPT_NONE },
     { 5, 'n', "noprefix",   "Output without field name prefix", OPT_NONE },
     { 3, 'f', "fields",     "Show only specified field(s)", OPT_ARGREQ },