guix package: Adjust --help message.

* guix/scripts/package.scm (show-help): Add KIND parameter for
  --search-paths as a followup to dbc31ab.
This commit is contained in:
Ludovic Courtès 2015-05-21 14:26:01 +02:00
parent 2d977638c9
commit a4b1a6b65e

View file

@ -440,7 +440,8 @@ (define (show-help)
(display (_ "
--roll-back roll back to the previous generation"))
(display (_ "
--search-paths display needed environment variable definitions"))
--search-paths[=KIND]
display needed environment variable definitions"))
(display (_ "
-l, --list-generations[=PATTERN]
list generations matching PATTERN"))