Skip to content

Commit

Permalink
Update repository URL and command name.
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 12, 2023
1 parent 9495f3a commit e1ed9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.config.json
Original file line number Diff line number Diff line change
@@ -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+$"
}
2 changes: 1 addition & 1 deletion src/cli/commands/printHelp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ed9a6

Please sign in to comment.