Skip to content
Snippets Groups Projects
Commit d2aa1225 authored by Alex Kost's avatar Alex Kost
Browse files

guix package: Fix typo in --help message.

* guix/scripts/package.scm (show-help): Align '--show' option properly.
parent 716e20a2
No related branches found
No related tags found
No related merge requests found
...@@ -469,7 +469,7 @@ (define (show-help) ...@@ -469,7 +469,7 @@ (define (show-help)
-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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment