Skip to content

Commit 3a0f307

Browse files
committed
Remove comment detail only relevant in tj#1934
1 parent 83ca473 commit 3a0f307

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/command.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1514,8 +1514,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
15141514

15151515
// Not a recognised option by this command. Might be
15161516
// - a subcommand,
1517-
// - the help option encountered after a subcommand (considered unknown),
1518-
// - any other option unknown to this command,
1517+
// - an option unknown to this command,
15191518
// - or a command-argument.
15201519

15211520
if (onlyKnownOptionsSoFar && !reprocessedBySubcommand) {

0 commit comments

Comments
 (0)