Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Herve committed Sep 21, 2023
1 parent 38edf50 commit 6cd756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/optic/src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function registerRunCommand(cli: Command, config: OpticCliConfig) {
cli
.command('run')
.description(
`Optic's workflow command: lint OpenAPI specifications, search for breaking changes, enforce custom API governance rules, and optionally check that your specs match your test traffic and post a friendly summary to the PR/MR.`
`Optic's workflow command: run lint rules, breaking change checks, and spec validation. Posts the results to PR/MRs when run in CI.`
)
.configureHelp({ commandUsage: usage })
.option(
Expand Down

0 comments on commit 6cd756d

Please sign in to comment.