Commit 4b9c5f0b authored by Alessandro Rubini's avatar Alessandro Rubini

lib/cmdline.c: eacs '-V' increments verbosity

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent d3b860f2
......@@ -106,7 +106,7 @@ int pp_parse_cmdline(struct pp_instance *ppi, int argc, char **argv)
if (1) { /* ARub: I don't want to reintent it all now */
switch (a[1]) {
case 'V':
pp_diag_verbosity = 1;
pp_diag_verbosity++;
break;
case 'x':
OPTS(ppi)->no_rst_clk = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment