Skip to content

Commit

Permalink
fix: Add correct help text for task-custom-property-set command's --o…
Browse files Browse the repository at this point in the history
…verwrite option

Fixes #132
  • Loading branch information
Göran Sander committed Feb 10, 2023
1 parent badeb15 commit af48975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctrl-q.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const program = new Command();

.requiredOption('--custom-property-name <name>', 'name of custom property that will be updated')
.requiredOption('--custom-property-value <values...>', 'one or more values name of custom property that will be updated')
.option('--overwrite', 'overwrite output file without asking')
.option('--overwrite', 'overwrite existing custom property values without asking')
.addOption(
new Option('--update-mode <mode>', 'append or replace value(s) to existing custom property')
.choices(['append', 'replace'])
Expand Down

0 comments on commit af48975

Please sign in to comment.