Skip to content

Commit 0a788ca

Browse files
committed
Fix flag for formating
1 parent 08f3dad commit 0a788ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .agents/skills/firebase-cpp-formatter

.agents/skills/firebase-cpp-formatter/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ python3 scripts/format_code.py -f path/to/file1.cc -f path/to/file2.h
6161
### 4. Dry Run (Check without Formatting)
6262

6363
If you only want to detect the number of files that _need_ formatting without
64-
actually modifying them, append the `-fnoformat_file` flag:
64+
actually modifying them, append the `--noformat_file` flag:
6565

6666
```bash
67-
python3 scripts/format_code.py -git_diff -fnoformat_file
67+
python3 scripts/format_code.py -git_diff --noformat_file
6868
```

0 commit comments

Comments
 (0)