mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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>
This commit is contained in:
parent
74cb33c228
commit
620681534a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ (define %transformation-options
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue