cli: add explaining text for graphite.messages

This commit is contained in:
soulgalore 2023-07-06 12:30:01 +02:00
parent 51ace791d9
commit a08a52733c
1 changed files with 2 additions and 0 deletions

View File

@ -1307,6 +1307,8 @@ export async function parseCommandLine() {
.option('graphite.messages', {
default: ['pageSummary', 'summary'],
options: ['pageSummary', 'summary', 'run'],
describe:
'Define which messages to send to Graphite. By default we do not send data per run, but you can change that by adding run as one of the options',
group: 'Graphite'
})