GNU bug report logs -
#32077
[PATCH 0/2] scripts: Fill in -V = --version gaps
Previous Next
Reported by: Kyle Meyer <kyle <at> kyleam.com>
Date: Sat, 7 Jul 2018 04:39:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* guix/ui.scm (run-guix): Add -V as the short option for --version for
consistency with most commands.
---
guix/ui.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/ui.scm b/guix/ui.scm
index 66c9233b4..6a5feaa95 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl <at> gnu.org>
;;; Copyright © 2016 Roel Janssen <roel <at> gnu.org>
;;; Copyright © 2016 Benz Schenk <benz.schenk <at> uzh.ch>
+;;; Copyright © 2018 Kyle Meyer <kyle <at> kyleam.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1598,7 +1599,7 @@ and signal handling has already been set up."
(show-guix-usage))
((or ("-h") ("--help"))
(show-guix-help))
- (("--version")
+ ((or ("-V") ("--version"))
(show-version-and-exit "guix"))
(((? option? o) args ...)
(format (current-error-port)
--
2.18.0
This bug report was last modified 6 years and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.