[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#43436: [PATCH 1/1] guix: scripts: build: Mention 'PACKAGE' in '--wit
From: |
Ludovic Courtès |
Subject: |
bug#43436: [PATCH 1/1] guix: scripts: build: Mention 'PACKAGE' in '--with-source' option. |
Date: |
Mon, 21 Sep 2020 23:15:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
zimoun <zimon.toutoune@gmail.com> skribis:
> * 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
I added square brackets because PACKAGE is optional.
Thanks!
Ludo’.