Skip to content

Commit

Permalink
show help for missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
leeliu committed Dec 31, 2016
1 parent 11d5a0d commit b9ddca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ checkElevated()
}

if (!program.key && !parsedConfig.key) {
console.error('LogDNA API Key not set! Use -k to set.');
console.error('LogDNA API Key not set! Use -k to set or use environment variable LOGDNA_AGENT_KEY.');
process.exit();
}

Expand Down

0 comments on commit b9ddca6

Please sign in to comment.