Skip to content

Commit

Permalink
cli: add explaining text for graphite.messages
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 6, 2023
1 parent 51ace79 commit a08a527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})

Expand Down

0 comments on commit a08a527

Please sign in to comment.