mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
f1be6f5b5a
commit
952cf67cb1
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ (define (show-help)
|
|||
--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\""))
|
||||
|
|
Loading…
Reference in a new issue