[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: weather: Fix pasto in --version output.
From: |
Ludovic Courtès |
Subject: |
03/12: weather: Fix pasto in --version output. |
Date: |
Sat, 7 Jul 2018 12:10:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7a369f6d2f3509d39f5f702aa2ced44d8d3636af
Author: Kyle Meyer <address@hidden>
Date: Sat Jul 7 01:18:21 2018 -0400
weather: Fix pasto in --version output.
* guix/scripts/weather.scm (%options): Correct the command name passed to
show-version-and-exit.
Signed-off-by: Ludovic Courtès <address@hidden>
---
guix/scripts/weather.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/scripts/weather.scm b/guix/scripts/weather.scm
index d7c2fbe..98b7338 100644
--- a/guix/scripts/weather.scm
+++ b/guix/scripts/weather.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018 Kyle Meyer <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -269,7 +270,7 @@ Report the availability of substitutes.\n"))
(exit 0)))
(option '(#\V "version") #f #f
(lambda args
- (show-version-and-exit "guix challenge")))
+ (show-version-and-exit "guix weather")))
(option '("substitute-urls") #t #f
(lambda (opt name arg result . rest)
- branch master updated (c2587d3 -> e282611), Ludovic Courtès, 2018/07/07
- 03/12: weather: Fix pasto in --version output.,
Ludovic Courtès <=
- 06/12: gnu: Electrum: Update to 3.2.2., Ludovic Courtès, 2018/07/07
- 02/12: gnu: Update stellarium to 0.18.1., Ludovic Courtès, 2018/07/07
- 05/12: ui: Add -V as short option for --version., Ludovic Courtès, 2018/07/07
- 01/12: gnu: guile-git: Update to 0.1.0., Ludovic Courtès, 2018/07/07
- 07/12: gnu: emacs-git-timemachine: Update URL., Ludovic Courtès, 2018/07/07
- 11/12: gnu: Add docx2txt., Ludovic Courtès, 2018/07/07
- 04/12: scripts: Add missing -V option to commands that document it., Ludovic Courtès, 2018/07/07
- 09/12: gnu: re2c: Update to 1.0.3., Ludovic Courtès, 2018/07/07
- 10/12: gnu: Add emacs-org-brain., Ludovic Courtès, 2018/07/07
- 08/12: gnu: emacs-git-timemachine: Update to 4.5., Ludovic Courtès, 2018/07/07