From b4ad03cd32bc6b0f466109a0784bbdce40b3e9c2 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Mon, 23 Sep 2013 13:02:10 -0700 Subject: [PATCH] ovs-dpctl: Remove stale comment. The '-m' option is documented in the manpage. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- 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 0516d1b27..dad4eed6b 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); -- 2.45.2