diff --git a/packages/cli/src/commands/webhooks/info.ts b/packages/cli/src/commands/webhooks/info.ts index b8e31859a0..6c77c28f33 100644 --- a/packages/cli/src/commands/webhooks/info.ts +++ b/packages/cli/src/commands/webhooks/info.ts @@ -15,7 +15,7 @@ export default class WebhooksInfo extends BaseCommand { } static args = { - id: Args.string({required: true, description: 'ID of the webhook event'}), + id: Args.string({required: true, description: 'ID of the webhook'}), } async run() {