diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-04-08 23:48:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-08 23:48:00 +0200 |
commit | 0f567d55de1cc157fade0ec64bf3fd149c716640 (patch) | |
tree | d5b500f2aabcf0b53dc6278ededb8c47a9eefadf /guix | |
parent | ba88f0414bc309ef00e546fcd20a6b0dd2499f5c (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.scm | 4 |
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) |