all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66130] [PATCH] guix: archive: Fix version string typo.
@ 2023-09-20 22:10 Nikolaos Chatzikonstantinou
  2023-09-28  9:33 ` bug#66130: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolaos Chatzikonstantinou @ 2023-09-20 22:10 UTC (permalink / raw)
  To: 66130

[-- Attachment #1: Type: text/plain, Size: 142 bytes --]

The man page for "guix archive" showed "guix build" instead. The word
is "build" replaced by "archive".

Regards,
Nikolaos Chatzikonstantinou

[-- Attachment #2: 0001-guix-archive-Fix-version-string-typo.patch --]
[-- Type: text/x-patch, Size: 1019 bytes --]

From c4622235b0208e038ddb009a17ffcfa9a9d630c9 Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
Date: Thu, 21 Sep 2023 01:02:23 +0300
Subject: [PATCH] guix: archive: Fix version string typo.

* guix/scripts/archive.scm (%options): Replace 'build' by 'archive'.

Signed-off-by: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
---
 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 @@ (define %options
                    (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)))
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66130: [PATCH] guix: archive: Fix version string typo.
  2023-09-20 22:10 [bug#66130] [PATCH] guix: archive: Fix version string typo Nikolaos Chatzikonstantinou
@ 2023-09-28  9:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-28  9:33 UTC (permalink / raw)
  To: Nikolaos Chatzikonstantinou; +Cc: 66130-done

Hi,

Nikolaos Chatzikonstantinou <nchatz314@gmail.com> skribis:

> From c4622235b0208e038ddb009a17ffcfa9a9d630c9 Mon Sep 17 00:00:00 2001
> From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
> Date: Thu, 21 Sep 2023 01:02:23 +0300
> Subject: [PATCH] guix: archive: Fix version string typo.
>
> * guix/scripts/archive.scm (%options): Replace 'build' by 'archive'.
>
> Signed-off-by: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-28  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20 22:10 [bug#66130] [PATCH] guix: archive: Fix version string typo Nikolaos Chatzikonstantinou
2023-09-28  9:33 ` bug#66130: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.