Skip to content

Commit

Permalink
refact: update global --tags help content (#11847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored Jan 15, 2020
1 parent f57bc9e commit 8136f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/commands/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_location_type(cli_ctx):

tags_type = CLIArgumentType(
validator=validate_tags,
help="space-separated tags in 'key[=value]' format. {}".format(quote_text),
help="space-separated tags: key[=value] [key[=value] ...]. {}".format(quote_text),
nargs='*'
)

Expand Down

0 comments on commit 8136f7f

Please sign in to comment.