Skip to content

Commit

Permalink
Use the correct command name in ovn-nbctl --help
Browse files Browse the repository at this point in the history
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: ovn-org#58
Submitted-at: ovn-org#59
Signed-off-by: Kai Li <likailichee@gmail.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
lk668 authored and numansiddique committed Oct 20, 2020
1 parent 8e227bf commit 358d162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Jun Nakajima jun.nakajima@intel.com
JunhanYan juyan@redhat.com
JunoZhu zhunatuzi@gmail.com
Justin Pettit jpettit@ovn.org
Kai Li likailichee@gmail.com
Kaige Fu fukaige@huawei.com
Keith Amidon
Ken Ajiro ajiro@mxw.nes.nec.co.jp
Expand Down
2 changes: 1 addition & 1 deletion utilities/ovn-nbctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 358d162

Please sign in to comment.