guix-commits
[Top][All Lists]
Advanced

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

branch master updated: scripts: Fix typo in crate importer help message.


From: guix-commits
Subject: branch master updated: scripts: Fix typo in crate importer help message.
Date: Wed, 23 Dec 2020 04:06:58 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9f813f2  scripts: Fix typo in crate importer help message.
9f813f2 is described below

commit 9f813f2505d3b486c3ec9d05027b85cbc9ab1bfa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 23 10:05:07 2020 +0100

    scripts: Fix typo in crate importer help message.
    
    Fixes <https://issues.guix.gnu.org/45351>.
    
    * guix/scripts/import/crate.scm (show-help): Fix URL.
---
 guix/scripts/import/crate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/import/crate.scm b/guix/scripts/import/crate.scm
index 9252c52..3a96def 100644
--- a/guix/scripts/import/crate.scm
+++ b/guix/scripts/import/crate.scm
@@ -42,7 +42,7 @@
 
 (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)



reply via email to

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