summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-19 21:56:04 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-19 23:11:37 +0100
commiteb6025322017e9096470b449a0dfb2be65668402 (patch)
treef4f708355a5ce8a9dc311e081f768ca076d0d22b /guix
parenta9f4a7eee379accded2bd1515d8acb0746ea0517 (diff)
downloadpatches-eb6025322017e9096470b449a0dfb2be65668402.tar
patches-eb6025322017e9096470b449a0dfb2be65668402.tar.gz
repl: Adjust "--listen" help message.
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/repl.scm2
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)