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.master
parent
82350397ed
commit
b9113adf45
|
@ -110,6 +110,7 @@ shell command in that environment.\n"))
|
|||
-h, --help display this help and exit"))
|
||||
(display (_ "
|
||||
-V, --version display version information and exit"))
|
||||
(newline)
|
||||
(show-bug-report-information))
|
||||
|
||||
(define %default-options
|
||||
|
|
Reference in New Issue