From 7a28c50d1ea55e8d1e4470c4b082ab983fd44615 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 29 Apr 2016 07:01:29 +0000
Subject: [PATCH] clarify doc

---
 Common/DefaultOptions.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index cbd822f4c0..6f60ba5a82 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -244,8 +244,8 @@ StringXString SolverOptions_String[] = {
 #endif
     "Base name of socket (UNIX socket if the name does not contain a colon, TCP/IP "
     "otherwise, in the form 'host:baseport'; the actual name/port is constructed "
-    "by appending the unique client id. If baseport is 0, the port is chosen "
-    "automatically (recommended))"},
+    "by appending the unique client id. If baseport is 0 or is not provided, the "
+    "port is chosen automatically (recommended))"},
 
   { 0, 0 , 0 , "" , 0 }
 } ;
-- 
GitLab