summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-01-15 18:00:06 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-01-16 15:27:24 +0100
commitd14e4745b36a835c6babd5b5f5562e12294cd9cf (patch)
tree65b6ab9eccc1ad46780b8f023a0f1a557041fc31
parente8728862a15abd58702ff4be05440298c0734e57 (diff)
downloadguix-d14e4745b36a835c6babd5b5f5562e12294cd9cf.tar.gz
repl: Fix '--help' message.
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
-rw-r--r--guix/scripts/repl.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
index 39a9b09656..fc3e4e2131 100644
--- a/guix/scripts/repl.scm
+++ b/guix/scripts/repl.scm
@@ -66,6 +66,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)
   (display (G_ "