Skip to content

Commit

Permalink
chore: fix typo in cli options (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 17, 2024
1 parent 1e07b7c commit 78f60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/parse-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function parseArgs(): Promise<ParsedArgs> {
.option('--no-verify', 'Skip git verification')
.option('--ignore-scripts', `Ignore scripts (default: ${bumpConfigDefaults.ignoreScripts})`)
.option('-q, --quiet', 'Quiet mode')
.option('-v, --version <version>', 'Tagert version')
.option('-v, --version <version>', 'Target version')
.option('-x, --execute <command>', 'Commands to execute after version bumps')
.help()

Expand Down

0 comments on commit 78f60aa

Please sign in to comment.