From b5fcae502768abbda78b19b75cbb426e6f9d6f42 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Mon, 12 Mar 2012 15:49:17 -0700 Subject: [PATCH] ovs-vsctl: Clarify br-exists usage. Requested-by: Niklas Andersson Signed-off-by: Ethan Jackson --- 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 48ae56be..db4e9102 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 2 if BRIDGE does not exist\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\ -- 2.30.2