shell: Fix '--file' description in '--help' output.
authorLudovic Courtès <ludo@gnu.org>
Tue, 7 Dec 2021 10:35:42 +0000 (11:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 10 Dec 2021 14:32:44 +0000 (15:32 +0100)
Reported by pinoaffe on #guix.

* guix/scripts/shell.scm (show-help): Fix '--file' description.

guix/scripts/shell.scm

index bd62803..7cd7ce7 100644 (file)
@@ -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_ "