From 65897ddc160b0def944de9e257600949ad491ffa Mon Sep 17 00:00:00 2001 From: Wee Bit Date: Mon, 7 Aug 2023 03:40:53 +0300 Subject: [PATCH] Revert comment change only relevant in #1934 --- lib/command.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/command.js b/lib/command.js index 4b8486512..e9a397db3 100644 --- a/lib/command.js +++ b/lib/command.js @@ -1514,8 +1514,7 @@ Expecting one of '${allowedValues.join("', '")}'`); // Not a recognised option by this command. Might be // - a subcommand, - // - the help option encountered after a subcommand (considered unknown), - // - any other option unknown to this command, + // - an option unknown to this command, // - or a command-argument. if (onlyKnownOptionsSoFar && !reprocessedBySubcommand) {