diff --git a/docs/ai-coder/agents/getting-started.md b/docs/ai-coder/agents/getting-started.md index 449eee721a..1a65ca3860 100644 --- a/docs/ai-coder/agents/getting-started.md +++ b/docs/ai-coder/agents/getting-started.md @@ -101,7 +101,7 @@ bulk via the CLI. To grant the role to all active users at once: ```sh -coder users list --status active -o json \ +coder users list -o json \ | jq -r '.[].username' \ | while read u; do coder users edit-roles "$u" \