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 (_ "
|
(display (_ "
|
||||||
--roll-back roll back to the previous generation"))
|
--roll-back roll back to the previous generation"))
|
||||||
(display (_ "
|
(display (_ "
|
||||||
--search-paths display needed environment variable definitions"))
|
--search-paths[=KIND]
|
||||||
|
display needed environment variable definitions"))
|
||||||
(display (_ "
|
(display (_ "
|
||||||
-l, --list-generations[=PATTERN]
|
-l, --list-generations[=PATTERN]
|
||||||
list generations matching PATTERN"))
|
list generations matching PATTERN"))
|
||||||
|
|
Loading…
Reference in New Issue