[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: archive: Fix ‘--version’ typo.
From: |
guix-commits |
Subject: |
10/15: archive: Fix ‘--version’ typo. |
Date: |
Thu, 28 Sep 2023 05:46:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c6eed13c8713c7d56d148afad9facded5ebb8a1f
Author: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
AuthorDate: Thu Sep 21 01:02:23 2023 +0300
archive: Fix ‘--version’ typo.
* guix/scripts/archive.scm (%options): Replace 'build' by 'archive'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
guix/scripts/archive.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm
index a7ff1593a6..e32f22ec99 100644
--- a/guix/scripts/archive.scm
+++ b/guix/scripts/archive.scm
@@ -123,8 +123,7 @@ Export/import one or more packages from/to the store.\n"))
(exit 0)))
(option '(#\V "version") #f #f
(lambda args
- (show-version-and-exit "guix build")))
-
+ (show-version-and-exit "guix archive")))
(option '("export") #f #f
(lambda (opt name arg result)
(alist-cons 'export #t result)))
- branch master updated (c480222665 -> 6fa85076ae), guix-commits, 2023/09/28
- 06/15: gnu: ucsim: Use gexps., guix-commits, 2023/09/28
- 03/15: gnu: openssl@1.1: Upgrade replacement to 1.1.1u., guix-commits, 2023/09/28
- 08/15: gnu: ucsim: Move documentation to "doc" output., guix-commits, 2023/09/28
- 02/15: gnu: openssl@1.1: Really replace with fixed version., guix-commits, 2023/09/28
- 04/15: gnu: ublock-origin: Update to 1.51.0., guix-commits, 2023/09/28
- 15/15: gnu: fulcrum: Update to 1.9.1., guix-commits, 2023/09/28
- 09/15: gnu: ucsim: Update to 0.8.0., guix-commits, 2023/09/28
- 11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba., guix-commits, 2023/09/28
- 10/15: archive: Fix ‘--version’ typo.,
guix-commits <=
- 14/15: gnu: Add simdjson 0.6., guix-commits, 2023/09/28
- 13/15: gnu: Add robin-hood-hashing., guix-commits, 2023/09/28
- 07/15: gnu: ucsim: Disable tests., guix-commits, 2023/09/28
- 01/15: gnu: guix: Update to d0438fc., guix-commits, 2023/09/28
- 12/15: gnu: sbcl-slynk: Update to 1.0.43-8-df62aba., guix-commits, 2023/09/28
- 05/15: gnu: xpra: Update to 5.0.2, guix-commits, 2023/09/28