From: Steve Hancock Date: Sat, 20 Jan 2024 00:40:41 +0000 (-0800) Subject: fix: --warn-call-parens should be --want-call-parens, etc X-Git-Tag: 20230912.13~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78f907dc7a9a7987dc4957380244c669cb0e916c;p=perltidy.git fix: --warn-call-parens should be --want-call-parens, etc --- diff --git a/CHANGES.md b/CHANGES.md index 653315b5..d3b82f8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,7 +45,7 @@ k:chomp:3:4 k:close:7:4 - - Added --warn-call-parens=s (-wcp=s) and --nowarn-call-parens=s (-nwcp=s) + - Added --want-call-parens=s (-wcp=s) and --nowant-call-parens=s (-nwcp=s) options which will warn of paren uses which do not match a selected style. The manual has details. But for example,