import: opam: Tweak doc for '--repo' option.

* guix/scripts/import/opam.scm (show-help): Tweak doc for. '--repo'.
This commit is contained in:
Ludovic Courtès 2023-04-08 23:48:00 +02:00 committed by Maxim Cournoyer
parent 571907c362
commit 671cd78c7a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -47,8 +47,8 @@ (define (show-help)
(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)