mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
environment: Improve '--help' output.
* guix/scripts/environment.scm (show-help): Align --pure and --search-paths with other long options; add 'newline' call before 'show-bug-report-information' call.
This commit is contained in:
parent
82350397ed
commit
b9113adf45
1 changed files with 3 additions and 2 deletions
|
@ -100,9 +100,9 @@ (define (show-help)
|
|||
(display (_ "
|
||||
-E, --exec=COMMAND execute COMMAND in new environment"))
|
||||
(display (_ "
|
||||
--pure unset existing environment variables"))
|
||||
--pure unset existing environment variables"))
|
||||
(display (_ "
|
||||
--search-paths display needed environment variable definitions"))
|
||||
--search-paths display needed environment variable definitions"))
|
||||
(newline)
|
||||
(show-build-options-help)
|
||||
(newline)
|
||||
|
@ -110,6 +110,7 @@ (define (show-help)
|
|||
-h, --help display this help and exit"))
|
||||
(display (_ "
|
||||
-V, --version display version information and exit"))
|
||||
(newline)
|
||||
(show-bug-report-information))
|
||||
|
||||
(define %default-options
|
||||
|
|
Loading…
Reference in a new issue