scripts: Fix typo.
* guix/scripts/download.scm (show-help): Fix typo.
This commit is contained in:
parent
5de93cdba7
commit
8e9ca3ea2c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ (define (show-help)
|
|||
(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_ "
|
||||
|
|
Loading…
Reference in a new issue