Skip to content

Commit c1a991e

Browse files
authored
Chore: fix incorrect flags in audit command documentation (#4716)
1 parent 8ff6aa2 commit c1a991e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/audits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ MODEL (
639639
You can execute audits with the `sqlmesh audit` command as follows:
640640

641641
```bash
642-
$ sqlmesh -p project audit -start 2022-01-01 -end 2022-01-02
642+
$ sqlmesh -p project audit --start 2022-01-01 --end 2022-01-02
643643
Found 1 audit(s).
644644
assert_item_price_is_not_null FAIL.
645645

0 commit comments

Comments
 (0)