Skip to content

Commit

Permalink
changed documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
acunniffe committed Oct 11, 2024
1 parent 97d48d2 commit 3f4f4ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/optic/src/commands/diff/diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ export const registerDiff = (
.option('-c, --check', 'Enable checks', false)
.option('-u, --upload', 'Upload run to cloud', false)
.option('-w, --web', 'View the diff in the Optic changelog web view', false)
.option('-o, --out <file>', 'write a self-contained HTML diff')
.option(
'-o, --out <file>',
'write a self-contained HTML diff. use with --web'
)
.option('--json', 'Output as json', false)
.option('--last-change', 'Find the last change for this spec', false)
.option(
Expand Down

0 comments on commit 3f4f4ae

Please sign in to comment.