Skip to content
Snippets Groups Projects
Unverified Commit 9f813f25 authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

scripts: Fix typo in crate importer help message.

Fixes <https://issues.guix.gnu.org/45351>.

* guix/scripts/import/crate.scm (show-help): Fix URL.
parent 93a81f5f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ (define %default-options
(define (show-help)
(display (G_ "Usage: guix import crate PACKAGE-NAME
Import and convert the crate.io package for PACKAGE-NAME.\n"))
Import and convert the crates.io package for PACKAGE-NAME.\n"))
(display (G_ "
-r, --recursive import packages recursively"))
(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