summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2016-12-22 14:45:50 -0500
committerBen Pfaff <blp@ovn.org>2016-12-22 16:13:13 -0800
commitc4817da780613cf4bfd77694bf859ad96d99b93c (patch)
treecda654db83bc744158c2b316bf725fc671086388 /vtep
parentddf3352e03b409c3f5c16cbdb914e6453f36bebd (diff)
downloadopenvswitch-c4817da780613cf4bfd77694bf859ad96d99b93c.tar.gz
table: correct documented default format in man pages
There are currently five users of the table formatting library, all of which default to "list" except for ovsdb-client which defaults to "table". The library current default is "table", and the table.man man page fragment only considers ovs-vsctl to use something other than "table" as a default.As a result, the man pages for ovn-sbctl and vtep-ctl are currently incorrect (these options aren't documented in the ovn-nbctl man page, which will need to be addressed in a future patch). Fix by making the library default format "list" and handling ovsdb-client as the exception. 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, 0 insertions, 1 deletions
diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c
index c57f592be..1d8cbcb09 100644
--- a/vtep/vtep-ctl.c
+++ b/vtep/vtep-ctl.c
@@ -202,7 +202,6 @@ parse_options(int argc, char *argv[], struct shash *local_options)
allocated_options = ARRAY_SIZE(global_long_options);
n_options = n_global_long_options;
ctl_add_cmd_options(&options, &n_options, &allocated_options, OPT_LOCAL);
- table_style.format = TF_LIST;
for (;;) {
int idx;