[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: home: '--version' really says "guix home".
From: |
guix-commits |
Subject: |
01/07: home: '--version' really says "guix home". |
Date: |
Thu, 5 Jan 2023 09:17:50 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 2c757e8fb4385f889ec91f02b77acdf27143c316
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jan 5 13:12:24 2023 +0100
home: '--version' really says "guix home".
* guix/scripts/home.scm (%options): Fix argument to 'show-version-and-exit'.
---
guix/scripts/home.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm
index 1c481ccf91..1d8aae727e 100644
--- a/guix/scripts/home.scm
+++ b/guix/scripts/home.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2021 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2022-2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;;
;;; This file is part of GNU Guix.
@@ -171,7 +171,7 @@ Some ACTIONS support additional ARGS.\n"))
(alist-cons 'dry-run? #t result)))
(option '(#\V "version") #f #f
(lambda args
- (show-version-and-exit "guix show")))
+ (show-version-and-exit "guix home")))
(option '(#\v "verbosity") #t #f
(lambda (opt name arg result)
(let ((level (string->number* arg)))
- branch master updated (dc7eb6f07a -> 80902fc210), guix-commits, 2023/01/05
- 02/07: home: services: environment-variables: Add support for literal strings., guix-commits, 2023/01/05
- 04/07: system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc., guix-commits, 2023/01/05
- 06/07: environment: Avoid false positive on 'PS1' check., guix-commits, 2023/01/05
- 07/07: gnu: guile-avahi: Fix cross-compilation., guix-commits, 2023/01/05
- 05/07: environment: Simplify 'PS1' suggestion on '--check'., guix-commits, 2023/01/05
- 01/07: home: '--version' really says "guix home".,
guix-commits <=
- 03/07: system, home: Factorize default '.bashrc'., guix-commits, 2023/01/05