From 9f33227d56e8749e6a44c22c3158403eccfa7657 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 4 Oct 2013 08:58:52 -0700 Subject: [PATCH] ovsdb-server: Document that --remote may be used multiple times. Reported-by: Vasiliy Tolstov Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- ovsdb/ovsdb-server.1.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in index 4628b59b3..f86e8f367 100644 --- a/ovsdb/ovsdb-server.1.in +++ b/ovsdb/ovsdb-server.1.in @@ -73,6 +73,10 @@ client before sending an inactivity probe message. It is an error for \fIcolumn\fR to have another type. .RE . +.IP +To connect or listen on multiple connection methods, use multiple +\fB\-\-remote\fR options. +. .IP "\fB\-\-run=\fIcommand\fR]" Ordinarily \fBovsdb\-server\fR runs forever, or until it is told to exit (see \fBRUNTIME MANAGEMENT COMMANDS\fR below). With this option, -- 2.47.0