The '-m' option is documented in the manpage. Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- utilities/ovs-dpctl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c index 0516d1b..dad4eed 100644 --- a/utilities/ovs-dpctl.c +++ b/utilities/ovs-dpctl.c @@ -60,10 +60,7 @@ static bool zero_statistics; /* --may-create: Allow mod-flows command to create a new flow? */ static bool may_create; -/* -m, --more: Output verbosity. - * - * So far only undocumented commands honor this option, so we don't document - * the option itself. */ +/* -m, --more: Increase output verbosity. */ static int verbosity; static const struct command *get_all_commands(void); -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev