summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-07-27 11:05:03 +0200
committerLudovic Courtès <ludo@gnu.org>2017-07-27 11:47:50 +0200
commit952cf67cb13a63cc083f29165f5487d8d69dc04f (patch)
tree27286f6cfb2cb0e28c5d45f04b9a8cbda41d0e14
parentf1be6f5b5a7398d5eba6831a4eb82bcfeaa306ec (diff)
downloadguix-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.scm2
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\""))