guix-commits
[Top][All Lists]
Advanced

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

02/04: scripts: Fix typo.


From: guix-commits
Subject: 02/04: scripts: Fix typo.
Date: Thu, 17 Jan 2019 11:58:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8e9ca3ea2c32c9e8c19b823a3fc5842020b00d36
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 17 17:37:44 2019 +0100

    scripts: Fix typo.
    
    * guix/scripts/download.scm (show-help): Fix typo.
---
 guix/scripts/download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/download.scm b/guix/scripts/download.scm
index b9162d3..d8fe71c 100644
--- a/guix/scripts/download.scm
+++ b/guix/scripts/download.scm
@@ -77,7 +77,7 @@ Supported formats: 'nix-base32' (default), 'base32', and 
'base16'
   (format #t (G_ "
       --no-check-certificate
                          do not validate the certificate of HTTPS servers "))
-  (format #f (G_ "
+  (format #t (G_ "
   -o, --output=FILE      download to FILE"))
   (newline)
   (display (G_ "



reply via email to

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