]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix typo: valign-exclusion-list
authorAzuma Ikeda <hogextend@gmail.com>
Mon, 20 Jun 2022 07:15:34 +0000 (16:15 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 07:15:34 +0000 (16:15 +0900)
CHANGES.md

index 2a8a11ee06d6ade482b9b915f636e5a9a3a671b5..96372e70dbf58c78ac2bcf3fbda9618cb574b660 100644 (file)
@@ -22,7 +22,7 @@
     - Added vertical alignment for qw quotes and empty parens in 'use'
       statements (see issue #git 93).  This new alignment is 'on' by default
       and will change formatting as shown below. If this is not wanted it can
-      be turned off with the parameter -vxl='q' (--valign-exclude-list='q').
+      be turned off with the parameter -vxl='q' (--valign-exclusion-list='q').
 
         # old default, or -vxl='q'
         use Getopt::Long qw(GetOptions);