diff --git a/src/commands/iota/create-config.ts b/src/commands/iota/create-config.ts index 05533ad9..9fba7ce4 100644 --- a/src/commands/iota/create-config.ts +++ b/src/commands/iota/create-config.ts @@ -67,7 +67,7 @@ export class CreateIotaConfig extends BaseCommand { deprecated: { message: 'This flag is deprecated as consent audit logging is now enabled by default.' }, }), 'disable-consent-audit-log': Flags.boolean({ - summary: 'Log consents', + summary: 'Disable consent audit log', default: false, }), 'client-name': Flags.string({