mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 14:55:55 +02:00
repl: Fix '--help' message.
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user