mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
repl: Adjust "--listen" help message.
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
This commit is contained in:
parent
a9f4a7eee3
commit
eb60253220
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue