summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.1.in
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-05 17:05:43 -0800
committerBen Pfaff <blp@nicira.com>2010-03-05 17:05:43 -0800
commit2e57b537305cbaa6f724a28957510a6d86aa2d0f (patch)
tree95122be4e117996e9802cb8f254467c2a4eb4887 /ovsdb/ovsdb-client.1.in
parent8936565369410daa099708be4cd3fa7e0e39bade (diff)
downloadopenvswitch-2e57b537305cbaa6f724a28957510a6d86aa2d0f.tar.gz
ovsdb: Remove "comment" support from OVSDB schemas.
Using a separate XML file to document a schema is much more flexible. You end up with two files (a schema and documentation for it), each of which is readable and maintainable, instead of a single schema file that is almost illegible.
Diffstat (limited to 'ovsdb/ovsdb-client.1.in')
-rw-r--r--ovsdb/ovsdb-client.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in
index 87f5926f4..338faebd3 100644
--- a/ovsdb/ovsdb-client.1.in
+++ b/ovsdb/ovsdb-client.1.in
@@ -61,12 +61,12 @@ prints it in JSON format.
.
.IP "\fBlist-tables\fI server database\fR"
Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and
-prints a table listing the names and comments (if any) on each table
+prints a table listing the name of each table
within the database.
.
.IP "\fBlist-columns\fI server database \fR[\fItable\fR]"
Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and
-prints a table listing the names, type, and comment (if any) on each
+prints a table listing the name and type of each
column. If \fItable\fR is specified, only columns in that table are
listed; otherwise, the tables include columns in all tables.
.