From 620681534a2a6f0505cb7a3e1b66e6c138b28769 Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 16 Sep 2020 00:17:29 +0200 Subject: guix: scripts: build: Mention 'PACKAGE' in '--with-source' option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/scripts/build.scm (show-transformation-options-help): Mention 'PACKAGE' in '--with-source' option. Co-authored-by: Ludovic Courtès --- guix/scripts/build.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/scripts/build.scm') diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm index 25418661b9..38e0516c95 100644 --- a/guix/scripts/build.scm +++ b/guix/scripts/build.scm @@ -427,7 +427,7 @@ a checkout of the Git repository at the given URL." (define (show-transformation-options-help) (display (G_ " - --with-source=SOURCE + --with-source=[PACKAGE=]SOURCE use SOURCE when building the corresponding package")) (display (G_ " --with-input=PACKAGE=REPLACEMENT -- cgit v1.2.3