guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: guix package: Fix typo in --help message.


From: Alex Kost
Subject: 01/01: guix package: Fix typo in --help message.
Date: Sat, 06 Jun 2015 15:36:24 +0000

alezost pushed a commit to branch master
in repository guix.

commit d2aa12250ece6d71ef1edee2ea2a69ccf70ac354
Author: Alex Kost <address@hidden>
Date:   Sat Jun 6 18:32:03 2015 +0300

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

diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index 0df822e..4ae5114 100644
--- a/guix/scripts/package.scm
+++ b/guix/scripts/package.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]