guix-commits
[Top][All Lists]
Advanced

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

181/244: import: opam: Tweak doc for '--repo' option.


From: guix-commits
Subject: 181/244: import: opam: Tweak doc for '--repo' option.
Date: Wed, 12 Apr 2023 08:49:23 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 671cd78c7ae25d7767c320274553bb824dc46e44
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Apr 8 23:48:00 2023 +0200

    import: opam: Tweak doc for '--repo' option.
    
    * guix/scripts/import/opam.scm (show-help): Tweak doc for. '--repo'.
---
 guix/scripts/import/opam.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/import/opam.scm b/guix/scripts/import/opam.scm
index 834ac34cb0..5bc7ad2122 100644
--- a/guix/scripts/import/opam.scm
+++ b/guix/scripts/import/opam.scm
@@ -47,8 +47,8 @@ Import and convert the opam package for PACKAGE-NAME.\n"))
   (display (G_ "
   -r, --recursive        import packages recursively"))
   (display (G_ "
-      --repo             import packages from this opam repository (name, URL 
or local path)
-                         can be used more than once"))
+      --repo=REPOSITORY  import packages from REPOSITORY (name, URL, or
+                         file name); can be used more than once"))
   (display (G_ "
   -V, --version          display version information and exit"))
   (newline)



reply via email to

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