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
@ -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…
Reference in New Issue
Block a user