diff --git a/src/index.ts b/src/index.ts index 2fd478e..789fd2c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -106,7 +106,9 @@ const main = async () => { if (args.help || args._args.length < 1) { if (args._args.length < 1) console.log(pc.red('No input files are specified.')); - console.log(pc.yellow('Usage: chatgpt-md-translator [options] ')); + console.log( + pc.yellow('Usage: chatgpt-md-translator [options] [...]') + ); console.log(parser.help()); console.log('Docs: https://github.com/smikitky/chatgpt-md-translator\n'); return;