~ruther/guix-local

6d0a86d22d75f8f4bb602a35218513ae0aef71f1 — Aaron Covrig 1 year, 9 months ago ef678e1
style: Fix cli flag typo.

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

Change-Id: I6abfb5fd4ba0dc9b58f368437d10ccbe63ae28fa
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/style.scm
M guix/scripts/style.scm => guix/scripts/style.scm +1 -1
@@ 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