Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ bash scripts/enable-pre-commit-hook.sh
If you need to update dates in frontmatter for changed files:

```bash
# Use the --fix_dates flag to updates dates
# Use the --fix-dates flag to updates dates
cd scripts
python markdown-naming-check.py --fix_dates
python markdown-naming-check.py --fix-dates
```

This will:
Expand Down