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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user