mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename command line argument to --server
This commit is contained in:
@@ -1379,7 +1379,7 @@ bool RiaApplication::initializeGrpcServer(const cvf::ProgramOptions& progOpt)
|
||||
|
||||
int defaultPortNumber = m_preferences->defaultGrpcPortNumber();
|
||||
bool fixedPort = false;
|
||||
if (cvf::Option o = progOpt.option("grpcserver"))
|
||||
if (cvf::Option o = progOpt.option("server"))
|
||||
{
|
||||
if (o.valueCount() == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user