repl: Adjust "--listen" help message.

* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
This commit is contained in:
Ludovic Courtès 2020-01-19 21:56:04 +01:00
parent a9f4a7eee3
commit eb60253220
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -69,7 +69,7 @@ (define (show-help)
(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)