summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-04-08 23:48:00 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-12 08:29:27 -0400
commit671cd78c7ae25d7767c320274553bb824dc46e44 (patch)
tree89d585aceeb426ec98899ae8c8dd586d54cada5d /guix
parent571907c362602a20fed8f0bd53d581dd698dd187 (diff)
import: opam: Tweak doc for '--repo' option.
* guix/scripts/import/opam.scm (show-help): Tweak doc for. '--repo'.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/import/opam.scm4
1 files 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)