[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: weather: Show "-m" option in help message.
From: |
Ludovic Courtès |
Subject: |
02/04: weather: Show "-m" option in help message. |
Date: |
Thu, 27 Jul 2017 05:48:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 952cf67cb13a63cc083f29165f5487d8d69dc04f
Author: Ludovic Courtès <address@hidden>
Date: Thu Jul 27 11:05:03 2017 +0200
weather: Show "-m" option in help message.
Reported by Alex Kost <address@hidden>.
* guix/scripts/weather.scm (show-help): Show "-m".
---
guix/scripts/weather.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/weather.scm b/guix/scripts/weather.scm
index 9cbeedd..4c4dfac 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\""))