~ruther/guix-local

b9113adf4539ddb38794ab53f4abe3e534f155d8 — Ludovic Courtès 11 years ago 8235039
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.
1 files changed, 3 insertions(+), 2 deletions(-)

M guix/scripts/environment.scm
M guix/scripts/environment.scm => guix/scripts/environment.scm +3 -2
@@ 100,9 100,9 @@ shell command in that environment.\n"))
  (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 @@ 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