From da80f4cce4832468a1c6dab44dbc9cc49e801c74 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Sun, 24 Sep 2023 11:03:54 -0400 Subject: [PATCH] Use inclusive language in CLI help text Pretty straightforward change to use inclusive language in the help text. Testable by running `npx eleventy --help` and scrolling down to the `--formats` flag's description. --- src/Eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eleventy.js b/src/Eleventy.js index 3e29969c9..34c0758ff 100644 --- a/src/Eleventy.js +++ b/src/Eleventy.js @@ -681,7 +681,7 @@ Arguments: Start without a build; build when files change. Works best with watch/serve/incremental. --formats=liquid,md - Whitelist only certain template types (default: \`*\`) + Allow only certain template types (default: \`*\`) --quiet Don’t print all written files (off by default)