unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73802] [PATCH] gnu: guix: style: Fix cli flag typo
@ 2024-10-14 14:02 Aaron Covrig via Guix-patches via
  2024-10-14 14:48 ` bug#73802: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-10-14 14:02 UTC (permalink / raw)
  To: 73802; +Cc: Aaron Covrig, guix, dev, ludo, othacehe, zimon.toutoune, me

* 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





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

* bug#73802: [PATCH] gnu: guix: style: Fix cli flag typo
  2024-10-14 14:02 [bug#73802] [PATCH] gnu: guix: style: Fix cli flag typo Aaron Covrig via Guix-patches via
@ 2024-10-14 14:48 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-14 14:48 UTC (permalink / raw)
  To: Aaron Covrig via Guix-patches via
  Cc: dev, Aaron Covrig, zimon.toutoune, 73802-done, ludo, me, othacehe,
	guix

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

Aaron Covrig via Guix-patches via <guix-patches@gnu.org> writes:

> * 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

adjust message to:

style: Fix cli flag typo.

* guix/scripts/style.scm (%options): Fix cli flag expanded name typo.


and push to master.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-10-14 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 14:02 [bug#73802] [PATCH] gnu: guix: style: Fix cli flag typo Aaron Covrig via Guix-patches via
2024-10-14 14:48 ` bug#73802: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).