mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue