ovn-nbctl: Update usage output for show command.
authorRussell Bryant <rbryant@redhat.com>
Wed, 22 Apr 2015 20:15:31 +0000 (16:15 -0400)
committerJustin Pettit <jpettit@nicira.com>
Thu, 23 Apr 2015 17:25:34 +0000 (10:25 -0700)
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@redhat.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
ovn/ovn-nbctl.c

index 2eb6e15..4dc77c0 100644 (file)
@@ -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\