]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
complete help option
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 5 Dec 2018 11:30:54 +0000 (12:30 +0100)
committerBernard Secher <bernard.secher@cea.fr>
Thu, 28 Mar 2019 13:17:10 +0000 (14:17 +0100)
bin/runRemote.py

index e63eda9a5292f0ba8ba163018fd5402af877b39c..ea7872dde5a0626771f5ae442508a36306a44072 100644 (file)
@@ -52,10 +52,10 @@ Execute command in SALOME environment from a remote call, ssh or rsh.
 salome runremote is used notably to launch containers from a distant salome session.
 
 For example:
-    salome remote -m xxx.cea.fr -p 2810 ls /tmp >/dev/null 2>&1  
+    salome remote -m xxx.cea.fr -p 2810 -- ls /tmp >/dev/null 2>&1  
      -> execute the command ls /tmp >/dev/null 2>&1
 
-    salome remote -m xxx.cea.fr -p 2810 SALOME_Container Cont_S 
+    salome remote -m xxx.cea.fr -p 2810 -- SALOME_Container Cont_S 
                                         -ORBInitRef NameService=IOR:01...
      -> starts a Salome container called Cont_S connected to port 2810 
         of xxx.cea.fr