diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-19 21:56:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-19 23:11:37 +0100 |
commit | eb6025322017e9096470b449a0dfb2be65668402 (patch) | |
tree | f4f708355a5ce8a9dc311e081f768ca076d0d22b /guix | |
parent | a9f4a7eee379accded2bd1515d8acb0746ea0517 (diff) |
repl: Adjust "--listen" help message.
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/repl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm index 721c0a7450..a9268da29e 100644 --- a/guix/scripts/repl.scm +++ b/guix/scripts/repl.scm @@ -69,7 +69,7 @@ Start a Guile REPL in the Guix execution environment.\n")) (display (G_ " -t, --type=TYPE start a REPL of the given TYPE")) (display (G_ " - --listen=ENDPOINT listen ENDPOINT instead of standard I/O")) + --listen=ENDPOINT listen to ENDPOINT instead of standard input")) (display (G_ " -q inhibit loading of ~/.guile")) (newline) |