diff --git a/scripts/commands/channels/lint.ts b/scripts/commands/channels/lint.ts index c865d7f6..9d1b6441 100644 --- a/scripts/commands/channels/lint.ts +++ b/scripts/commands/channels/lint.ts @@ -23,7 +23,7 @@ const xsd = ` ` -program.argument('[filepath]', 'Path to *.channels.xml files to validate').parse(process.argv) +program.argument('[filepath]', 'Path to *.channels.xml files to check').parse(process.argv) async function main() { const storage = new Storage()