diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-09-16 00:17:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-21 23:14:43 +0200 |
commit | 620681534a2a6f0505cb7a3e1b66e6c138b28769 (patch) | |
tree | 36fb39294fd319d448549615eb9f00263a4c9510 /guix/scripts/build.scm | |
parent | 74cb33c22818b25d1b9c6d576352fc8249832d34 (diff) |
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>
Diffstat (limited to 'guix/scripts/build.scm')
-rw-r--r-- | guix/scripts/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |