diff --git a/cli/README.md b/cli/README.md index 22b13bc3..852641b7 100644 --- a/cli/README.md +++ b/cli/README.md @@ -459,7 +459,8 @@ Update mechanism: | `skillhub remove [--agent ] [--all] [--remote] [--hard] [--namespace ] [--registry ] [--token ] [--json]` | Remove a skill | | `skillhub doctor [--json]` | Scan project directory and rebuild local inventory | | `skillhub publish [--namespace ] [--visibility ] [--registry ] [--token ] [--json]` | Publish a skill | -| `skillhub sync --namespace [--skill ] [options]` | Synchronize explicitly selected skills in a non-global namespace | +| `skillhub sync pull --namespace [--skill ...] [options]` | Pull explicitly selected skills from a non-global namespace | +| `skillhub sync --namespace [options]` | Inspect or push a non-global namespace workspace | | `skillhub update [--check] [--json]` | Check or execute CLI self-update | ## 🔒 Security Notes