From: Gurucharan Shetty <gshetty@nicira.com>
Date: Mon, 23 Sep 2013 20:02:10 +0000 (-0700)
Subject: ovs-dpctl: Remove stale comment.
X-Git-Tag: sliver-openvswitch-2.0.90-1~13^2~12
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b4ad03cd32bc6b0f466109a0784bbdce40b3e9c2;p=sliver-openvswitch.git

ovs-dpctl: Remove stale comment.

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

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
---

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);