diff options
author | Richard Sent <richard@freakingpenguin.com> | 2024-12-18 19:38:56 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-23 20:45:32 +0100 |
commit | 5c54300b78cf88d23eecafab16656f23ecf0feb3 (patch) | |
tree | 88cc896498d54c9f775a25f031264b75c033356e | |
parent | 786aff3785bd3855b233181ea080ede0d8afee41 (diff) | |
download | guix-5c54300b78cf88d23eecafab16656f23ecf0feb3.tar.gz guix-5c54300b78cf88d23eecafab16656f23ecf0feb3.zip |
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>
-rw-r--r-- | guix/scripts/weather.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/weather.scm b/guix/scripts/weather.scm index 29432fd923..74fd3cac04 100644 --- a/guix/scripts/weather.scm +++ b/guix/scripts/weather.scm @@ -373,7 +373,7 @@ Report the availability of substitutes.\n")) -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 |