aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
diff options
context:
space:
mode:
authorBruce Davie <bdavie@nicira.com>2012-06-05 18:49:51 -0700
committerJustin Pettit <jpettit@nicira.com>2012-06-05 23:02:28 -0700
commit4f77c8867682ef219ca83ba962ab726257feb7a0 (patch)
tree755f9a7ec9892ee38a3fdf84c4532f9956bd0b24 /ovsdb
parent14b4d2f99f861e63093ce684e8073ba6e878243b (diff)
ovsdb-client: Fix bugs in man page
In commit 53ffefe9 (ovsdb-client: Make "server" and "database" arguments optional.), two errors were introduced. "list-columns" appeared twice in the list of commands, the first instance should be "list-tables". The "monitor" command now lists optional "column" arguments. Signed-off-by: Bruce Davie <bsd@nicira.com> Signed-off-by: Bruce Davie <bdavie@nicira.com> Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'ovsdb')
-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 7f9a19ba..a813478f 100644
--- a/ovsdb/ovsdb-client.1.in
+++ b/ovsdb/ovsdb-client.1.in
@@ -84,7 +84,7 @@ If \fIdatabase\fR was created before schema versioning was introduced,
then it will not have a version number and this command will print a
blank line.
.
-.IP "\fBlist\-columns\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR]"
+.IP "\fBlist\-tables\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR]"
Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and
prints a table listing the name of each table
within the database.
@@ -104,7 +104,7 @@ operations, and prints the received reply on stdout.
Connects to \fIserver\fR, retrieves all of the data in \fIdatabase\fR,
and prints it on stdout as a series of tables.
.
-.IP "\fBmonitor\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR] \fItable\fR"
+.IP "\fBmonitor\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR] \fItable\fR [\fIcolumn\fR[\fB,\fIcolumn\fR]...]..."
Connects to \fIserver\fR and monitors the contents of \fItable\fR in
\fIdatabase\fR. By default, the initial contents of \fItable\fR are
printed, followed by each change as it occurs. If at least one