From 7022ebc866504246fab83eeed60ed4205a47ae92 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 3 Apr 2024 17:24:04 +0200 Subject: [PATCH] doc(cli): fix help message for multiline input --- cli/send.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/send.ts b/cli/send.ts index 5f9af98..5e2e6f0 100644 --- a/cli/send.ts +++ b/cli/send.ts @@ -59,7 +59,7 @@ export const cmd = new Command() for (const prop of selectedTemplate.props) { if (prop.multiline) { console.log( - `%c?%c ${prop.description} %c[end input with "!EOL" on a new line] %c›`, + `%c?%c ${prop.description} %c[end input with "!EOF" on a new line] %c›`, 'color: yellow;', 'font-weight: bold', 'color: white',