aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/shell.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-07 11:35:42 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-10 15:32:44 +0100
commitc879354003df61703c4b6c874650608bf569d77d (patch)
treef3566d37d48c7b26fa8e29625d626d602673e557 /guix/scripts/shell.scm
parent18c406df973d24fa8adb9cdaf58d73769da44937 (diff)
downloadguix-c879354003df61703c4b6c874650608bf569d77d.tar
guix-c879354003df61703c4b6c874650608bf569d77d.tar.gz
shell: Fix '--file' description in '--help' output.
Reported by pinoaffe on #guix. * guix/scripts/shell.scm (show-help): Fix '--file' description.
Diffstat (limited to 'guix/scripts/shell.scm')
-rw-r--r--guix/scripts/shell.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm
index bd62803cb1..7cd7ce78e1 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_ "