Typo.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 3 Apr 2018 10:14:18 +0000 (12:14 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 3 Apr 2018 10:14:18 +0000 (12:14 +0200)
xremote.sh

index cd6813c..c093b62 100755 (executable)
@@ -35,7 +35,7 @@ function check_remote_is_defined () {
 
 function help () {
     cat <<EOF
-xremote.sh <script>
+xremote.sh <script> [arguments]
 
   This script takes a script as argument and executes it remotely in a
   temporary directory on a ssh-accessible server.
@@ -57,7 +57,7 @@ xremote.sh <script>
     @XREMOTE_PRE: ln -s /home/fleuret/data/pytorch ./data
 
   If no argument is provided to @XREMOTE_HOST, the environment
-  variable $XREMOTE_HOST is used instead
+  variable \$XREMOTE_HOST is used instead
 
   Contact <francois@fleuret.org> for comments.