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',