[ovs-dev] [PATCH] ovs-vsctl: Clarify br-exists usage.

Ethan Jackson ethan at nicira.com
Mon Mar 12 22:50:21 UTC 2012


Requested-by: Niklas Andersson <nandersson at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 utilities/ovs-vsctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c
index 48ae56b..0a9b776 100644
--- a/utilities/ovs-vsctl.c
+++ b/utilities/ovs-vsctl.c
@@ -489,7 +489,7 @@ Bridge commands:\n\
   add-br BRIDGE PARENT VLAN   create new fake BRIDGE in PARENT on VLAN\n\
   del-br BRIDGE               delete BRIDGE and all of its ports\n\
   list-br                     print the names of all the bridges\n\
-  br-exists BRIDGE            test whether BRIDGE exists\n\
+  br-exists BRIDGE            exit 0 if BRIDGE exists\n\
   br-to-vlan BRIDGE           print the VLAN which BRIDGE is on\n\
   br-to-parent BRIDGE         print the parent of BRIDGE\n\
   br-set-external-id BRIDGE KEY VALUE  set KEY on BRIDGE to VALUE\n\
-- 
1.7.9.2




More information about the dev mailing list