From: crouzet Date: Wed, 5 Dec 2018 11:30:54 +0000 (+0100) Subject: complete help option X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=278c34cfe6653935b236c4fbff9faef162408720;p=modules%2Fyacs.git complete help option --- diff --git a/bin/runRemote.py b/bin/runRemote.py index e63eda9a5..ea7872dde 100644 --- a/bin/runRemote.py +++ b/bin/runRemote.py @@ -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