]> git.proxmox.com Git - ovs.git/commitdiff
ovn-nbctl: include db connection options in help
authorLance Richardson <lrichard@redhat.com>
Tue, 28 Mar 2017 15:22:33 +0000 (11:22 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 6 Apr 2017 15:03:52 +0000 (08:03 -0700)
Include db connection options in help text.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/utilities/ovn-nbctl.c

index 900b08877825ae7fa3c985b555e8848a5a88824a..ebb9349dcea9037743ee952ae2efa1bed927ace1 100644 (file)
@@ -455,6 +455,7 @@ Options:\n\
 Other options:\n\
   -h, --help                  display this help message\n\
   -V, --version               display version information\n");
+    stream_usage("database", true, true, false);
     exit(EXIT_SUCCESS);
 }
 \f