cli: add explaining text for graphite.messages
This commit is contained in:
parent
51ace791d9
commit
a08a52733c
|
|
@ -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'
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue