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>master
parent
74cb33c228
commit
620681534a
guix/scripts
|
@ -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
|
||||
|
|
Reference in New Issue