Skip to content

Commit

Permalink
feat: clarify use of the --tags flag (#2699)
Browse files Browse the repository at this point in the history
Relates to #2697
  • Loading branch information
MIJOTHY-V2 authored May 3, 2024
1 parent 7969b33 commit e9feebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/cli/common-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const CommonRunFlags = {
//Artillery Cloud commands
tags: Flags.string({
description:
'Comma-separated list of tags in key:value format to tag the test run, for example: --tags team:sqa,service:foo'
'Comma-separated list of tags in key:value format to tag the test run with in Artillery Cloud, for example: --tags team:sqa,service:foo'
}),
note: Flags.string({
description: 'Add a note/annotation to the test run'
Expand Down

0 comments on commit e9feebe

Please sign in to comment.