From fba07b17e7a463024202006c65a619984caf9fc1 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:55:14 +0300 Subject: [PATCH] Update lint.ts --- scripts/commands/channels/lint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()