diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 03:45:35 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-28 03:45:35 +0300 |
| commit | 39fd2d1de54fe941baf3c5f14d311030223a0517 (patch) | |
| tree | ee9f0841d309dceee19cc4ca178fdba7728c19bd | |
| parent | README (Distribution): Update (diff) | |
| download | guile-ssh-39fd2d1de54fe941baf3c5f14d311030223a0517.tar.gz | |
examples/rrepl.scm.in: Remove unused module
| -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 229380a..8135648 100644 --- a/examples/rrepl.scm.in +++ b/examples/rrepl.scm.in @@ -32,8 +32,7 @@ (use-modules (ice-9 getopt-long) (ssh session) (ssh auth) - (ssh dist) - (ssh dist node)) + (ssh dist)) (define (print-help-and-exit) "Print information about program usage." |
