From 66e88819cb2ca16acf2902ad82c8b5cd89830402 Mon Sep 17 00:00:00 2001 From: Azuma Ikeda Date: Mon, 20 Jun 2022 16:15:34 +0900 Subject: [PATCH] fix typo: valign-exclusion-list --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5