Skip to content

Commit

Permalink
Merge pull request #2934 from buildkite/wording-tweak-for-annotations
Browse files Browse the repository at this point in the history
Update description for the 'priority' option for the 'buildkite-agent annotate' command.
  • Loading branch information
gilesgas authored Aug 19, 2024
2 parents 5d69f8b + ea739e5 commit 08f161e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clicommand/annotate.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ var AnnotateCommand = cli.Command{
},
cli.IntFlag{
Name: "priority",
Usage: "Priority of the annotation (1 to 10). By default annotations have a priority of 3. Annotations with a priority of 10 will be shown first, and annotations with a priority of 1 will be shown last.",
Usage: "The priority of the annotation (′1′ to ′10′). Annotations with a priority of ′10′ are shown first, while annotations with a priority of ′1′ are shown last.",
EnvVar: "BUILDKITE_ANNOTATION_PRIORITY",
Value: 3,
},
cli.StringFlag{
Name: "job",
Expand Down

0 comments on commit 08f161e

Please sign in to comment.