Rename command line argument to --server

This commit is contained in:
Magne Sjaastad
2019-08-22 14:41:51 +02:00
parent 4dcd7663c9
commit a86ae13bb7
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class Instance:
print('Port ' + str(port))
print('Trying to launch', resInsightExecutable)
parameters = ["ResInsight", "--grpcserver", str(port)]
parameters = ["ResInsight", "--server", str(port)]
if console:
print("Launching as console app")
parameters.append("--console")