repl: Fix '--help' message.

* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
This commit is contained in:
zimoun 2020-01-15 18:00:06 +01:00 committed by Pierre Neidhardt
parent e8728862a1
commit d14e4745b3
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -65,6 +65,9 @@ (define (show-help)
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"))
(newline)
(display (G_ "
-L, --load-path=DIR prepend DIR to the package module search path"))
(newline)