aboutsummaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-09-15 13:30:18 -0700
committerBen Pfaff <blp@nicira.com>2011-09-15 15:43:10 -0700
commita892775d031cbc6dbba90baccba6dbd294a432c8 (patch)
treea179d97f0aaa6627926b1924f7a4775bb384b02b /utilities
parent8c977421e48b18398137bcbbf447e372ac61b6a6 (diff)
ovs-vsctl: Improve usage message.
Bug #7332. Reported-by: Gordon Good <ggood@nicira.com>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-vsctl.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c
index 573c9481..df5150ff 100644
--- a/utilities/ovs-vsctl.c
+++ b/utilities/ovs-vsctl.c
@@ -504,17 +504,17 @@ Interface commands (a bond consists of multiple interfaces):\n\
iface-to-br IFACE print name of bridge that contains IFACE\n\
\n\
Controller commands:\n\
- get-controller BRIDGE print the controller for BRIDGE\n\
- del-controller BRIDGE delete the controller for BRIDGE\n\
- set-controller BRIDGE TARGET set the controller for BRIDGE to TARGET\n\
+ get-controller BRIDGE print the controllers for BRIDGE\n\
+ del-controller BRIDGE delete the controllers for BRIDGE\n\
+ set-controller BRIDGE TARGET... set the controllers for BRIDGE\n\
get-fail-mode BRIDGE print the fail-mode for BRIDGE\n\
del-fail-mode BRIDGE delete the fail-mode for BRIDGE\n\
set-fail-mode BRIDGE MODE set the fail-mode for BRIDGE to MODE\n\
\n\
Manager commands:\n\
- get-manager print all manager(s)\n\
- del-manager delete all manager(s)\n\
- set-manager TARGET... set the list of manager(s) to TARGET(s)\n\
+ get-manager print the managers\n\
+ del-manager delete the managers\n\
+ set-manager TARGET... set the list of managers to TARGET...\n\
\n\
SSL commands:\n\
get-ssl print the SSL configuration\n\