diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-07 11:35:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-10 15:32:44 +0100 |
commit | c879354003df61703c4b6c874650608bf569d77d (patch) | |
tree | f3566d37d48c7b26fa8e29625d626d602673e557 | |
parent | 18c406df973d24fa8adb9cdaf58d73769da44937 (diff) | |
download | 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.
-rw-r--r-- | guix/scripts/shell.scm | 3 |
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_ " |