mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
weather: Reword the help message for the expression flag.
* guix/scripts/weather.scm (show-help): Reword help. Change-Id: I670dc0c8f89b81e2f7f8b5d7a9a05f74b3ac9cdd Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
786aff3785
commit
5c54300b78
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ (define (show-help)
|
|||
-m, --manifest=MANIFEST
|
||||
look up substitutes for packages specified in MANIFEST"))
|
||||
(display (G_ "
|
||||
-e, --expression=EXPR build the object EXPR evaluates to"))
|
||||
-e, --expression=EXPR look up substitutes for the package EXPR evaluates to"))
|
||||
(display (G_ "
|
||||
-c, --coverage[=COUNT]
|
||||
show substitute coverage for packages with at least
|
||||
|
|
Loading…
Reference in a new issue