Skip to content

Commit b9ddca6

Browse files
committed
show help for missing key
1 parent 11d5a0d commit b9ddca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ checkElevated()
9595
}
9696

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

0 commit comments

Comments
 (0)