From 278c34cfe6653935b236c4fbff9faef162408720 Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 5 Dec 2018 12:30:54 +0100 Subject: [PATCH] complete help option --- bin/runRemote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2