diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-27 11:05:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-27 11:47:50 +0200 |
commit | 952cf67cb13a63cc083f29165f5487d8d69dc04f (patch) | |
tree | 27286f6cfb2cb0e28c5d45f04b9a8cbda41d0e14 | |
parent | f1be6f5b5a7398d5eba6831a4eb82bcfeaa306ec (diff) | |
download | patches-952cf67cb13a63cc083f29165f5487d8d69dc04f.tar patches-952cf67cb13a63cc083f29165f5487d8d69dc04f.tar.gz |
weather: Show "-m" option in help message.
Reported by Alex Kost <alezost@gmail.com>.
* guix/scripts/weather.scm (show-help): Show "-m".
-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 9cbeedd288..4c4dfac8f6 100644 --- a/guix/scripts/weather.scm +++ b/guix/scripts/weather.scm @@ -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\"")) |