guix-commits
[Top][All Lists]
Advanced

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

01/11: shell: Fix '--file' description in '--help' output.


From: guix-commits
Subject: 01/11: shell: Fix '--file' description in '--help' output.
Date: Fri, 10 Dec 2021 05:49:26 -0500 (EST)

civodul pushed a commit to branch wip-networking-netlink
in repository guix.

commit 46dce086b49942f5fb52b43f4990379129eb82bd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 7 11:35:42 2021 +0100

    shell: Fix '--file' description in '--help' output.
    
    Reported by pinoaffe on #guix.
    
    * guix/scripts/shell.scm (show-help): Fix '--file' description.
---
 guix/scripts/shell.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm
index bd62803..7cd7ce7 100644
--- a/guix/scripts/shell.scm
+++ b/guix/scripts/shell.scm
@@ -52,8 +52,7 @@ interactive shell in that environment.\n"))
   (display (G_ "
   -D, --development      include the development inputs of the next package"))
   (display (G_ "
-  -f, --file=FILE        create environment for the package that the code 
within
-                         FILE evaluates to"))
+  -f, --file=FILE        add to the environment the package FILE evaluates 
to"))
   (display (G_ "
   -q                     inhibit loading of 'guix.scm' and 'manifest.scm'"))
   (display (G_ "



reply via email to

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