From 78f907dc7a9a7987dc4957380244c669cb0e916c Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 19 Jan 2024 16:40:41 -0800 Subject: [PATCH] fix: --warn-call-parens should be --want-call-parens, etc --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5