Skip to content

Commit 3090717

Browse files
authored
Merge pull request #1046 from mlasson/patch-1
Fix typo in option hint
2 parents 164eebd + a583bab commit 3090717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ export async function printAndValidatePackagedFiles(files: IFile[], cwd: string,
20192019
message += unusedIncludePatterns.map(p => ` - ${p}`).join('\n');
20202020
message += '\nRemove any include pattern which is not needed.\n';
20212021
message += `\n=> Run ${chalk.bold('vsce ls --tree')} to see all included files.\n`;
2022-
message += `=> Use ${chalk.bold('--allow-unused-files-patterns')} to skip this check`;
2022+
message += `=> Use ${chalk.bold('--allow-unused-files-pattern')} to skip this check`;
20232023
util.log.error(message);
20242024
process.exit(1);
20252025
}

0 commit comments

Comments
 (0)