GNU bug report logs - #73802
[PATCH] gnu: guix: style: Fix cli flag typo

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Mon, 14 Oct 2024 14:04:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: guix: style: Fix cli flag typo
Date: Mon, 14 Oct 2024 10:02:24 -0400
* guix/scripts/style.scm (alphabetical): Fix cli flag expanded name typo
---
 guix/scripts/style.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/style.scm b/guix/scripts/style.scm
index 5f4ee4a492..51234952e9 100644
--- a/guix/scripts/style.scm
+++ b/guix/scripts/style.scm
@@ -579,7 +579,7 @@ (define %options
         (option '(#\f "whole-file") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'whole-file? #t result)))
-        (option '(#\A "--alphabetical-sort") #f #f
+        (option '(#\A "alphabetical-sort") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'order? #t result)))
         (option '(#\S "styling") #t #f

base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
-- 
2.46.0





This bug report was last modified 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.