From e1ed9a69b783f7a91a668ddafb71de9324527b53 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Sun, 12 Nov 2023 12:56:27 +0100 Subject: [PATCH] Update repository URL and command name. --- changelog.config.json | 2 +- src/cli/commands/printHelp.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.config.json b/changelog.config.json index 0fbd71d..cee176f 100644 --- a/changelog.config.json +++ b/changelog.config.json @@ -1,4 +1,4 @@ { - "repositoryUrl": "https://github.com/PKief/vscode-icon-theme-reviewer", + "repositoryUrl": "https://github.com/PKief/svg-icon-review", "blacklistPattern": "^Release \\d+\\.\\d+\\.\\d+|^\\d+\\.\\d+\\.\\d+$" } diff --git a/src/cli/commands/printHelp.ts b/src/cli/commands/printHelp.ts index e79742c..374bd62 100644 --- a/src/cli/commands/printHelp.ts +++ b/src/cli/commands/printHelp.ts @@ -2,7 +2,7 @@ const printHelp = () => { return console.log( ` Usage - $ npx vscode-icon-theme-reviewer mySvgFile.svg anotherSvgFile.svg + $ npx svg-icon-review mySvgFile.svg anotherSvgFile.svg Options --help, -h Show help