[ovs-dev] [PATCH 1/4] ovs-dpctl: Remove stale comment.

Gurucharan Shetty shettyg at nicira.com
Mon Sep 23 21:19:47 UTC 2013


The '-m' option is documented in the manpage.

Signed-off-by: Gurucharan Shetty <gshetty at 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




More information about the dev mailing list