diff --git a/src/index.tsx b/src/index.tsx index 5012e2b..df1b7d3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -441,12 +441,12 @@ if (positionals.length == 2) { // create the config if (!values.apiToken) { - console.error("API token is required"); + console.error("Missing API token: use --apiToken="); process.exit(1); } if (!values.accountId) { - console.error("Account ID is required"); + console.error("Missing account ID: use --accountId="); process.exit(1); }