Skip to content

Commit 65fb558

Browse files
CosmoHacclaude
andcommitted
fix(docs): correct global flag placement in README troubleshooting table
`roam health --json` → `roam --json health` (--json is a group-level flag) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 099a68a commit 65fb558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ Static analysis trade-offs:
14211421
| `database is locked` | `roam index --force` to rebuild |
14221422
| Unicode errors on Windows | `chcp 65001` for UTF-8 |
14231423
| Symbol resolves to wrong file | Use `file:symbol` syntax: `roam symbol myfile:MyFunction` |
1424-
| Health score seems wrong | `roam health --json` for factor breakdown |
1424+
| Health score seems wrong | `roam --json health` for factor breakdown |
14251425
| Index stale after `git pull` | `roam index` (incremental). After major refactors: `roam index --force` |
14261426
14271427
## Update / Uninstall

0 commit comments

Comments
 (0)