diff mbox

[ovs-dev] ovn-ctl: Fix help message for option ovn-controller-priority

Message ID 1495044745-29934-1-git-send-email-zhouhan@gmail.com
State Accepted
Headers show

Commit Message

Han Zhou May 17, 2017, 6:12 p.m. UTC
Signed-off-by: Han Zhou <zhouhan@gmail.com>
---
 ovn/utilities/ovn-ctl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Aaron Conole May 18, 2017, 4:18 p.m. UTC | #1
Han Zhou <zhouhan@gmail.com> writes:

> Signed-off-by: Han Zhou <zhouhan@gmail.com>
> ---

LGTM.

Acked-by: Aaron Conole <aconole@redhat.com>
Ben Pfaff May 31, 2017, 10:06 p.m. UTC | #2
On Thu, May 18, 2017 at 12:18:44PM -0400, Aaron Conole wrote:
> Han Zhou <zhouhan@gmail.com> writes:
> 
> > Signed-off-by: Han Zhou <zhouhan@gmail.com>
> > ---
> 
> LGTM.
> 
> Acked-by: Aaron Conole <aconole@redhat.com>

Thanks Han and Aaron, I pushed this to master, branch-2.7, and
branch-2.6.
diff mbox

Patch

diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl
index a3bdad1..accf2ba 100755
--- a/ovn/utilities/ovn-ctl
+++ b/ovn/utilities/ovn-ctl
@@ -394,7 +394,7 @@  Commands:
 Options:
   --ovn-northd-priority=NICE     set ovn-northd's niceness (default: $OVN_NORTHD_PRIORITY)
   --ovn-northd-wrapper=WRAPPER   run with a wrapper like valgrind for debugging
-  --ovn-controller-priority=NICE     set ovn-northd's niceness (default: $OVN_CONTROLLER_PRIORITY)
+  --ovn-controller-priority=NICE     set ovn-controller's niceness (default: $OVN_CONTROLLER_PRIORITY)
   --ovn-controller-wrapper=WRAPPER   run with a wrapper like valgrind for debugging
   --ovn-controller-ssl-key=KEY OVN Southbound SSL private key file
   --ovn-controller-ssl-cert=CERT OVN Southbound SSL certificate file