Skip to content
Snippets Groups Projects
Commit 7a28c50d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

clarify doc

parent 2c4a6a93
No related branches found
No related tags found
No related merge requests found
...@@ -244,8 +244,8 @@ StringXString SolverOptions_String[] = { ...@@ -244,8 +244,8 @@ StringXString SolverOptions_String[] = {
#endif #endif
"Base name of socket (UNIX socket if the name does not contain a colon, TCP/IP " "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 " "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 " "by appending the unique client id. If baseport is 0 or is not provided, the "
"automatically (recommended))"}, "port is chosen automatically (recommended))"},
{ 0, 0 , 0 , "" , 0 } { 0, 0 , 0 , "" , 0 }
} ; } ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment