mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
style: Fix cli flag typo.
* guix/scripts/style.scm (%options): Fix cli flag expanded name typo. Change-Id: I6abfb5fd4ba0dc9b58f368437d10ccbe63ae28fa
This commit is contained in:
parent
ef678e1acd
commit
6d0a86d22d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue