diff --git a/sbin/pflowctl/pflowctl.c b/sbin/pflowctl/pflowctl.c --- a/sbin/pflowctl/pflowctl.c +++ b/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;