me
/
guix
Archived
1
0
Fork 0

archive: Fix ‘--version’ typo.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Nikolaos Chatzikonstantinou 2023-09-21 01:02:23 +03:00 committed by Ludovic Courtès
parent 843978bc4f
commit c6eed13c87
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ Export/import one or more packages from/to the store.\n"))
(exit 0))) (exit 0)))
(option '(#\V "version") #f #f (option '(#\V "version") #f #f
(lambda args (lambda args
(show-version-and-exit "guix build"))) (show-version-and-exit "guix archive")))
(option '("export") #f #f (option '("export") #f #f
(lambda (opt name arg result) (lambda (opt name arg result)
(alist-cons 'export #t result))) (alist-cons 'export #t result)))