From 6d0a86d22d75f8f4bb602a35218513ae0aef71f1 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Mon, 14 Oct 2024 10:02:24 -0400 Subject: [PATCH] style: Fix cli flag typo. * guix/scripts/style.scm (%options): Fix cli flag expanded name typo. Change-Id: I6abfb5fd4ba0dc9b58f368437d10ccbe63ae28fa --- 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 5f4ee4a492d..51234952e91 100644 --- a/guix/scripts/style.scm +++ b/guix/scripts/style.scm @@ -579,7 +579,7 @@ are put in alphabetical order." (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