diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 03:13:56 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 03:13:56 +0300 |
| commit | d61b7d3a11cca4357776426d41bc116c582b5c67 (patch) | |
| tree | 3606bd75a3fdb3af32443e634650033b97cac1bb /examples | |
| parent | dist.scm (rrepl): Use much simpler approach (diff) | |
| download | guile-ssh-d61b7d3a11cca4357776426d41bc116c582b5c67.tar.gz | |
examples/rrepl.scm.in (print-help-and-exit): Update
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rrepl.scm.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/rrepl.scm.in b/examples/rrepl.scm.in index ccfb32e..229380a 100644 --- a/examples/rrepl.scm.in +++ b/examples/rrepl.scm.in @@ -40,8 +40,7 @@ (display "\ Usage: rrepl.scm [options] <host> -Connect to a remote REPL (RREPL) using an ssh-agent for authentication. You -can disconnect from the remote REPL by typing ',rq' into the REPL. +Connect to a remote REPL (RREPL) using an ssh-agent for authentication. Options: --user, -u <user> User name. |
