Skip to content

Commit

Permalink
fix: correct summary of disable-consent-audit-log flag (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
maindotdev authored Oct 24, 2024
1 parent 42bd321 commit bb0a620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/iota/create-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class CreateIotaConfig extends BaseCommand<typeof CreateIotaConfig> {
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({
Expand Down

0 comments on commit bb0a620

Please sign in to comment.