diff mbox series

[ovs-dev] ovsdb-server.1: Fix mention of wrong option.

Message ID 20170909211048.18302-1-russell@ovn.org
State Accepted
Headers show
Series [ovs-dev] ovsdb-server.1: Fix mention of wrong option. | expand

Commit Message

Russell Bryant Sept. 9, 2017, 9:10 p.m. UTC
The man page referenced a "--no-sync" option.  The correct option is
"--active".

Signed-off-by: Russell Bryant <russell@ovn.org>
---
 ovsdb/ovsdb-server.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Sept. 9, 2017, 9:28 p.m. UTC | #1
On Sat, Sep 09, 2017 at 05:10:48PM -0400, Russell Bryant wrote:
> 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>
Russell Bryant Sept. 10, 2017, 3:18 p.m. UTC | #2
On Sat, Sep 9, 2017 at 5:28 PM, Ben Pfaff <blp@ovn.org> wrote:
> On Sat, Sep 09, 2017 at 05:10:48PM -0400, Russell Bryant wrote:
>> 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>

Thanks.  I applied this to master, branch-2.8, and branch-2.7.
diff mbox series

Patch

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,