repl: Fix '--help' message.
authorzimoun <zimon.toutoune@gmail.com>
Wed, 15 Jan 2020 17:00:06 +0000 (18:00 +0100)
committerPierre Neidhardt <mail@ambrevar.xyz>
Thu, 16 Jan 2020 14:27:24 +0000 (15:27 +0100)
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.

guix/scripts/repl.scm

index 39a9b09..fc3e4e2 100644 (file)
@@ -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)