Skip to content

Commit

Permalink
#1717: fix deploy option description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Sep 17, 2024
1 parent 94d188a commit bd863a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ yargs(hideBin(process.argv))
})
.option('skipValidation', {
alias: 'sv',
group: 'Options for deploy:',
group: 'Options for buildDefinitionBulk:',
describe:
'allows reducing validation rules from error to warn to handle edge cases',
}),
Expand Down

0 comments on commit bd863a3

Please sign in to comment.