From a08a52733c100ae50819f146d3e416a349fc510a Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 6 Jul 2023 12:30:01 +0200 Subject: [PATCH] cli: add explaining text for graphite.messages --- lib/cli/cli.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 601b1699d..5c3f40079 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -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' })