changeset 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
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 },