guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#43436] [PATCH 1/1] guix: scripts: build: Mention 'PACKAGE' in '--wi


From: zimoun
Subject: [bug#43436] [PATCH 1/1] guix: scripts: build: Mention 'PACKAGE' in '--with-source' option.
Date: Wed, 16 Sep 2020 00:17:29 +0200

* guix/scripts/build.scm (show-transformation-options-help): Mention 'PACKAGE'
in '--with-source' option.
---
 guix/scripts/build.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm
index 25418661b9..4592f23f26 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
-- 
2.28.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]