[ovs-dev] [PATCH ovn] ovn-nbctl: Update usage output for show command.

Russell Bryant rbryant at redhat.com
Wed Apr 22 20:15:31 UTC 2015


The show command takes an optional LSWITCH argument.  In that case, it
only prints the info for a single switch instead of all of them.
Update the usage text to reflect that option.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
---
 ovn/ovn-nbctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ovn/ovn-nbctl.c b/ovn/ovn-nbctl.c
index 2eb6e15..4dc77c0 100644
--- a/ovn/ovn-nbctl.c
+++ b/ovn/ovn-nbctl.c
@@ -50,6 +50,7 @@ usage: %s [OPTIONS] COMMAND [ARG...]\n\
 \n\
 General commands:\n\
   show                      print overview of database contents\n\
+  show LSWITCH              print overview of database contents for LSWITCH\n\
 \n\
 Logical switch commands:\n\
   lswitch-add [LSWITCH]     create a logical switch named LSWITCH\n\
-- 
2.1.0




More information about the dev mailing list