Skip to content

Commit 6379f43

Browse files
committed
docs: update omni learn command flag from --status to --discovery in documentation
1 parent b3c5e07 commit 6379f43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/HOW_TO_USE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ omni session --transcript # View transcript of recent session
953953
Auto-generate TOML filters from passthrough output.
954954

955955
```bash
956-
omni learn --status # Discovery: Search for new noise patterns
956+
omni learn --discovery # Discovery: Search for new noise patterns
957957
omni learn --dry-run # Preview: Show suggested TOML
958958
omni learn --apply # Action: Commit to learned.toml
959959
omni learn --verify # Test: Run inline tests on all filters
@@ -1116,7 +1116,7 @@ omni doctor --fix # Self-repair
11161116

11171117
### Weekly / Ongoing
11181118
- [ ] Run `omni stats` to review savings
1119-
- [ ] Run `omni learn --status` to check for new noise patterns to filter
1119+
- [ ] Run `omni learn --discovery` to check for new noise patterns to filter
11201120
- [ ] Run `omni learn --dry-run` if there are patterns
11211121
- [ ] Run `omni learn --apply` if the dry-run looks good
11221122
- [ ] Run `omni learn --verify` after applying any filters

0 commit comments

Comments
 (0)