guix-commits
[Top][All Lists]
Advanced

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

04/07: repl: Adjust "--listen" help message.


From: guix-commits
Subject: 04/07: repl: Adjust "--listen" help message.
Date: Sun, 19 Jan 2020 17:12:12 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit eb6025322017e9096470b449a0dfb2be65668402
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Jan 19 21:56:04 2020 +0100

    repl: Adjust "--listen" help message.
    
    * guix/scripts/repl.scm (show-help): Adjust "--listen" string.
---
 guix/scripts/repl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
index 721c0a7..a9268da 100644
--- a/guix/scripts/repl.scm
+++ b/guix/scripts/repl.scm
@@ -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)



reply via email to

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