fix: Fix the example command for license clearing (no-changelog) (#14052)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-03-19 16:28:21 +01:00
committed by GitHub
parent a24e8abe8c
commit 3f10a50b21

View File

@@ -9,7 +9,7 @@ import { BaseCommand } from '../base-command';
export class ClearLicenseCommand extends BaseCommand {
static description = 'Clear license';
static examples = ['$ n8n clear:license'];
static examples = ['$ n8n license:clear'];
async run() {
this.logger.info('Clearing license from database.');