[ovs-dev] [PATCH ovn] Use the correct command name in ovn-nbctl --help

numans at ovn.org numans at ovn.org
Tue Oct 20 11:38:04 UTC 2020


From: Kai Li <likailichee at gmail.com>

Command to remove the chassis from a ha chassis group is
"ha-chassis-group-remove-chassis". Use the correct function name in
"ovn-nbctl --help".

Reported-at: https://github.com/ovn-org/ovn/issues/58
Submitted-at: https://github.com/ovn-org/ovn/pull/59
Signed-off-by: Kai Li <likailichee at gmail.com>
Signed-off-by: Numan Siddique <numans at ovn.org>
---
 AUTHORS.rst           | 1 +
 utilities/ovn-nbctl.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS.rst b/AUTHORS.rst
index 862407c81..b6c22b131 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -202,6 +202,7 @@ Jun Nakajima                       jun.nakajima at intel.com
 JunhanYan                          juyan at redhat.com
 JunoZhu                            zhunatuzi at gmail.com
 Justin Pettit                      jpettit at ovn.org
+Kai Li                             likailichee at gmail.com
 Kaige Fu                           fukaige at huawei.com
 Keith Amidon
 Ken Ajiro                          ajiro at mxw.nes.nec.co.jp
diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
index caf99dfeb..abc674f4a 100644
--- a/utilities/ovn-nbctl.c
+++ b/utilities/ovn-nbctl.c
@@ -768,7 +768,7 @@ HA chassis group commands:\n\
   ha-chassis-group-list     List the HA chassis groups\n\
   ha-chassis-group-add-chassis GRP CHASSIS [PRIORITY] Adds an HA\
 chassis with optional PRIORITY to the HA chassis group GRP\n\
-  ha-chassis-group-del-chassis GRP CHASSIS Deletes the HA chassis\
+  ha-chassis-group-remove-chassis GRP CHASSIS Removes the HA chassis\
 CHASSIS from the HA chassis group GRP\n\
 \n\
 %s\
-- 
2.26.2



More information about the dev mailing list