From: Azuma Ikeda Date: Mon, 20 Jun 2022 07:15:34 +0000 (+0900) Subject: fix typo: valign-exclusion-list X-Git-Tag: 20220613.01~31^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66e88819cb2ca16acf2902ad82c8b5cd89830402;p=perltidy.git fix typo: valign-exclusion-list --- diff --git a/CHANGES.md b/CHANGES.md index 2a8a11ee..96372e70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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);