diff options
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/repl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm index 721c0a7450..a9268da29e 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) |