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:
parent
2d977638c9
commit
a4b1a6b65e
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue