From 0f567d55de1cc157fade0ec64bf3fd149c716640 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 8 Apr 2023 23:48:00 +0200 Subject: 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(-) (limited to 'guix/scripts/import') 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) -- cgit v1.2.3