summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-03-31 13:21:03 -0400
committerBen Pfaff <blp@ovn.org>2017-04-06 08:04:55 -0700
commitbcb58ce069b91970c68e4c38385fa3b43dbc07dc (patch)
treee2e9b8af160b60bd77dff839a68a1f2800d128eb /vtep
parentd897038a4a1cd35bd23e07a3939c5950cec1ec0f (diff)
downloadopenvswitch-bcb58ce069b91970c68e4c38385fa3b43dbc07dc.tar.gz
table: provide table formatting option help at runtime
Show table formatting options with help output from ovn-nbctl, obn-sbctl, ovs-vsctl, and vtep-ctl commands. Include "--data" option in ovsdb-client help output. Signed-off-by: Lance Richardson <lrichard@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rw-r--r--vtep/vtep-ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c
index e23c987da..7dc3cc775 100644
--- a/vtep/vtep-ctl.c
+++ b/vtep/vtep-ctl.c
@@ -366,6 +366,7 @@ Options:\n\
--dry-run do not commit changes to database\n\
--oneline print exactly one line of output per command\n",
program_name, program_name, ctl_get_db_cmd_usage(), ctl_default_db());
+ table_usage();
vlog_usage();
printf("\
--no-syslog equivalent to --verbose=vtep_ctl:syslog:warn\n");