diff --git a/packages/artillery/lib/cli/common-flags.js b/packages/artillery/lib/cli/common-flags.js index c324735903..f1dd6eb93b 100644 --- a/packages/artillery/lib/cli/common-flags.js +++ b/packages/artillery/lib/cli/common-flags.js @@ -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'