guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: repl: Fix '--help' message.


From: guix-commits
Subject: 06/06: repl: Fix '--help' message.
Date: Thu, 16 Jan 2020 09:28:21 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit d14e4745b36a835c6babd5b5f5562e12294cd9cf
Author: zimoun <address@hidden>
AuthorDate: Wed Jan 15 18:00:06 2020 +0100

    repl: Fix '--help' message.
    
    * guix/scripts/repl.scm: (show-help): Add '--listen' option message.
---
 guix/scripts/repl.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
index 39a9b09..fc3e4e2 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_ "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]