weather: Show "-m" option in help message.

Reported by Alex Kost <alezost@gmail.com>.

* guix/scripts/weather.scm (show-help): Show "-m".
This commit is contained in:
Ludovic Courtès 2017-07-27 11:05:03 +02:00
parent f1be6f5b5a
commit 952cf67cb1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ Report the availability of substitutes.\n"))
--substitute-urls=URLS
check for available substitutes at URLS"))
(display (G_ "
--manifest=MANIFEST
-m, --manifest=MANIFEST
look up substitutes for packages specified in MANIFEST"))
(display (G_ "
-s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux\""))