Skip to content

Commit 291933d

Browse files
docs(readme): drop recursive flag mention (#88)
1 parent 19cfc33 commit 291933d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ format and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
1919

2020
### Documentation
2121
- Document installation command and provide docs.rs, source code, and issue tracker links near the top of README
22+
- Remove mention of deprecated `-r` flag from README
2223

2324
## [0.1.5] - 2025-07-15
2425

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ cargo install keepsorted
2525
- `keepsorted --check <path>` verifies sorting without modifying files.
2626
- `keepsorted --diff <path>` shows a diff of required changes.
2727
- `keepsorted --fix <path>` updates files in place.
28-
- Use `-r` to scan directories recursively.
2928

3029
Run `keepsorted --check` in CI after filtering tracked files with
3130
`git ls-files` to prevent unsorted changes.

0 commit comments

Comments
 (0)