guix package: Adjust --help message.

* guix/scripts/package.scm (show-help): Add KIND parameter for
  --search-paths as a followup to dbc31ab.
master
Ludovic Courtès 2015-05-21 14:26:01 +02:00
parent 2d977638c9
commit a4b1a6b65e
1 changed files with 2 additions and 1 deletions

View File

@ -440,7 +440,8 @@ Install, remove, or upgrade PACKAGES in a single transaction.\n"))
(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"))