guix package: Fix typo in --help message.

* guix/scripts/package.scm (show-help): Align '--show' option properly.
This commit is contained in:
Alex Kost 2015-06-06 18:32:03 +03:00
parent 716e20a2bc
commit d2aa12250e

View file

@ -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)