[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#41539] [PATCH 1/2] size: Document that positional arguments can be
From: |
Ludovic Courtès |
Subject: |
[bug#41539] [PATCH 1/2] size: Document that positional arguments can be store items. |
Date: |
Thu, 28 May 2020 23:19:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Pierre Neidhardt <mail@ambrevar.xyz> skribis:
> * guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument
> alternative.
[...]
> * doc/guix.texi (Invoking `guix size'): Add guix size example for store item.
[...]
> +@example
> +guix size $(guix system build config.scm)
Please use backquotes instead of $(…), which is Bash-specific.
Otherwise LGTM, thank you!
Ludo’.