guix package: Fix typo in --help message.
* guix/scripts/package.scm (show-help): Align '--show' option properly.
This commit is contained in:
parent
716e20a2bc
commit
d2aa12250e
|
@ -469,7 +469,7 @@ Install, remove, or upgrade PACKAGES in a single transaction.\n"))
|
||||||
-A, --list-available[=REGEXP]
|
-A, --list-available[=REGEXP]
|
||||||
list available packages matching REGEXP"))
|
list available packages matching REGEXP"))
|
||||||
(display (_ "
|
(display (_ "
|
||||||
--show=PACKAGE show details about PACKAGE"))
|
--show=PACKAGE show details about PACKAGE"))
|
||||||
(newline)
|
(newline)
|
||||||
(show-build-options-help)
|
(show-build-options-help)
|
||||||
(newline)
|
(newline)
|
||||||
|
|
Loading…
Reference in New Issue