guix-commits
[Top][All Lists]
Advanced

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

03/06: guix: scripts: build: Mention 'PACKAGE' in '--with-source' option


From: guix-commits
Subject: 03/06: guix: scripts: build: Mention 'PACKAGE' in '--with-source' option.
Date: Mon, 21 Sep 2020 17:38:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 620681534a2a6f0505cb7a3e1b66e6c138b28769
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Sep 16 00:17:29 2020 +0200

    guix: scripts: build: Mention 'PACKAGE' in '--with-source' option.
    
    * guix/scripts/build.scm (show-transformation-options-help): Mention 
'PACKAGE'
    in '--with-source' option.
    
    Co-authored-by: Ludovic Courtès <ludo@gnu.org>
---
 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 2541866..38e0516 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



reply via email to

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