From 4260d665fc13e964c5871c441ae162ead5b953d0 Mon Sep 17 00:00:00 2001 From: AayushSaini101 Date: Thu, 6 Jun 2024 22:20:59 +0530 Subject: [PATCH] update the description of the validate flag --- src/commands/validate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/validate.ts b/src/commands/validate.ts index 220b65019ef..181a720e062 100644 --- a/src/commands/validate.ts +++ b/src/commands/validate.ts @@ -14,7 +14,7 @@ export default class Validate extends Command { watch: watchFlag(), ...validationFlags(), score: Flags.boolean({ - description: 'Compute the score of the AsyncAPI document', + description: 'Compute the score of the AsyncAPI document, scoring is based on whether the document description, License, server and channels.', required: false, default: false }),