mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
repl: Fix '--help' message.
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
This commit is contained in:
parent
e8728862a1
commit
d14e4745b3
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@
|
||||||
Start a Guile REPL in the Guix execution environment.\n"))
|
Start a Guile REPL in the Guix execution environment.\n"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-t, --type=TYPE start a REPL of the given TYPE"))
|
-t, --type=TYPE start a REPL of the given TYPE"))
|
||||||
|
(display (G_ "
|
||||||
|
--listen=ENDPOINT listen ENDPOINT instead of standard I/O"))
|
||||||
|
(newline)
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-L, --load-path=DIR prepend DIR to the package module search path"))
|
-L, --load-path=DIR prepend DIR to the package module search path"))
|
||||||
(newline)
|
(newline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue