# HG changeset patch # User HansH111 # Date 1647680131 0 # Node ID 3442105b2aba7ad0c2e3be655e3aebeec31838cb # Parent 40f8468ad4d44d16cc9da583f5a205b303ae9f26 increase verboseness by allowing multiple -v diff -r 40f8468ad4d4 -r 3442105b2aba cli-runopts.c --- a/cli-runopts.c Sat Mar 19 08:54:25 2022 +0000 +++ b/cli-runopts.c Sat Mar 19 08:55:31 2022 +0000 @@ -96,7 +96,7 @@ "-b [bind_address][:bind_port]\n" "-V Version\n" #if DEBUG_TRACE - "-v verbose (compiled with DEBUG_TRACE)\n" + "-v verbose (repeat for more verbose)\n" #endif ,DROPBEAR_VERSION, cli_opts.progname, #if DROPBEAR_CLI_PUBKEY_AUTH @@ -302,7 +302,7 @@ #endif #if DEBUG_TRACE case 'v': - debug_trace = 1; + debug_trace++; break; #endif case 'F':