Skip to content

Commit

Permalink
fix: show annotation title for Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 22, 2023
1 parent 869406b commit ee0a4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ export async function parseCommandLine() {
group: 'Grafana'
})
.option('grafana.annotationTitle', {
descriee: 'Add a title to the annotation sent for a run.',
describe: 'Add a title to the annotation sent for a run.',
group: 'Grafana'
})
.option('grafana.annotationMessage', {
Expand Down

0 comments on commit ee0a4a7

Please sign in to comment.