~ruther/guix-local

d2aa12250ece6d71ef1edee2ea2a69ccf70ac354 — Alex Kost 10 years ago 716e20a
guix package: Fix typo in --help message.

* guix/scripts/package.scm (show-help): Align '--show' option properly.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/package.scm
M guix/scripts/package.scm => guix/scripts/package.scm +1 -1
@@ 469,7 469,7 @@ Install, remove, or upgrade PACKAGES in a single transaction.\n"))
  -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)