mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ (define (show-help)
|
|||
-A, --list-available[=REGEXP]
|
||||
list available packages matching REGEXP"))
|
||||
(display (_ "
|
||||
--show=PACKAGE show details about PACKAGE"))
|
||||
--show=PACKAGE show details about PACKAGE"))
|
||||
(newline)
|
||||
(show-build-options-help)
|
||||
(newline)
|
||||
|
|
Loading…
Reference in a new issue