diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 02:00:42 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 02:00:42 +0300 |
| commit | 0eacf908010ee36b5ce4ccb9824f916ea40cf9f0 (patch) | |
| tree | 5184fe8ee0bc526ceb5f6ee1ba7c2914d5240556 /examples | |
| parent | examples/rrepl.scm.in: Add to the repository (diff) | |
| download | guile-ssh-0eacf908010ee36b5ce4ccb9824f916ea40cf9f0.tar.gz | |
examples/rrepl.scm.in: Update description
* examples/rrepl.scm.in: Update description.
(print-help-and-exit): Update.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rrepl.scm.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/rrepl.scm.in b/examples/rrepl.scm.in index 9f72ba2..ccfb32e 100644 --- a/examples/rrepl.scm.in +++ b/examples/rrepl.scm.in @@ -23,7 +23,8 @@ ;;; Commentary: -;; A demo program that connects to a remote REPL (RREPL). +;; A demo program that connects to a remote REPL (RREPL). For simplicity the +;; program uses ssh-agent for authentication. ;;; Code: @@ -39,8 +40,8 @@ (display "\ Usage: rrepl.scm [options] <host> -Connect to a remote REPL (RREPL). You can disconnect from a remote REPL by -typing ',rq' into the REPL. +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. Options: --user, -u <user> User name. |
