mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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_ "
|
(display (G_ "
|
||||||
-D, --development include the development inputs of the next package"))
|
-D, --development include the development inputs of the next package"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-f, --file=FILE create environment for the package that the code within
|
-f, --file=FILE add to the environment the package FILE evaluates to"))
|
||||||
FILE evaluates to"))
|
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-q inhibit loading of 'guix.scm' and 'manifest.scm'"))
|
-q inhibit loading of 'guix.scm' and 'manifest.scm'"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue