mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
shell: Fix '--file' description in '--help' output.
Reported by pinoaffe on #guix. * guix/scripts/shell.scm (show-help): Fix '--file' description.
This commit is contained in:
parent
18c406df97
commit
c879354003
1 changed files with 1 additions and 2 deletions
|
@ -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_ "
|
||||
|
|
Loading…
Add table
Reference in a new issue