summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2017-09-09 17:10:01 -0400
committerRussell Bryant <russell@ovn.org>2017-09-10 11:17:41 -0400
commitc5c1cc5d06f4c3c8f0a4dc784239d415a0fc0cbc (patch)
treec7d71fb98e1711dc162001c699816f1b3f08c717
parent7ec2f14ea5616a11dee0b0eab33a9965d549af01 (diff)
downloadopenvswitch-c5c1cc5d06f4c3c8f0a4dc784239d415a0fc0cbc.tar.gz
ovsdb-server.1: Fix mention of wrong option.
The man page referenced a "--no-sync" option. The correct option is "--active". Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--ovsdb/ovsdb-server.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in
index fd284a0ff..cf3884ccc 100644
--- a/ovsdb/ovsdb-server.1.in
+++ b/ovsdb/ovsdb-server.1.in
@@ -47,7 +47,7 @@ reset, requiring clients to reconnect to the server.
.PP
By default, \fBovsdb\-server\fR runs as an active server, except when the
\fB\-\-sync\-from=\fIserver\fR command line option is specified and without
-the \fB\-\-no\-sync option\fR. During runtime, \fBovsdb\-server\fR role can be switch by using appctl commands.
+the \fB\-\-active\fR option. During runtime, \fBovsdb\-server\fR role can be switch by using appctl commands.
.PP
\fBovsdb-server/connect\-active\-ovsdb\-server\fR switches
\fBovsdb\-server\fR into a backup server, Conversely,