Index: sbin/pflowctl/pflowctl.c =================================================================== --- sbin/pflowctl/pflowctl.c +++ sbin/pflowctl/pflowctl.c @@ -577,6 +577,7 @@ op = OP_SET; set_arg_count = argc - optind; set_args = argv + optind; + break; case 'v': verbose = true; break;