Aaron Covrig via Guix-patches via 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.