summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.1.in
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-10 14:38:05 -0800
committerBen Pfaff <blp@nicira.com>2010-02-15 11:28:39 -0800
commit0c65cde9db1d0586ae9d9c5abec0bef978ff86a5 (patch)
tree24cb505e4170899f5d39fd0705c36ff7ed951c1c /ovsdb/ovsdb-client.1.in
parent88942565730a0f7e9abed2b26c00d1bae1392d7d (diff)
downloadopenvswitch-0c65cde9db1d0586ae9d9c5abec0bef978ff86a5.tar.gz
ovsdb-client: Remove --wide option.
This option just confused people, since no one really expected the output to be truncated at 79 columns by default.
Diffstat (limited to 'ovsdb/ovsdb-client.1.in')
-rw-r--r--ovsdb/ovsdb-client.1.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in
index 64a08119d..119add3f6 100644
--- a/ovsdb/ovsdb-client.1.in
+++ b/ovsdb/ovsdb-client.1.in
@@ -29,7 +29,6 @@ ovsdb\-client \- command-line interface to \fBovsdb-server\fR(1)
\fBovsdb\-client help\fR
.IP "Output formatting options:"
[\fB--format=\fIformat\fR]
-[\fB--wide\fR]
[\fB--no-heading\fR]
.so lib/daemon-syn.man
.so lib/vlog-syn.man
@@ -112,11 +111,6 @@ HTML tables.
Comma-separated values as defined in RFC 4180.
.RE
.
-.IP "\fB--wide\fR"
-In \fBtable\fR output (the default), when standard output is a
-terminal device, by default lines are truncated at a width of 79
-characters. Specifying this option prevents line truncation.
-.
.IP "\fB--no-heading\fR"
This option suppresses the heading row that otherwise appears in the
first row of table output.