Skip to content

Commit 1b0cd75

Browse files
committed
update example of purge command to be correct
1 parent 3d8ac89 commit 1b0cd75

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
7373
_args_schema.domains = AAZListArg(
7474
options=["--domains"],
7575
arg_group="Contents",
76-
help="List of domains. Example: \"www.contoso.com, www.contoso1.com\"",
76+
help="List of domains. Example: \"[www.contoso.com,www.contoso1.com]\"",
7777
)
7878

7979
content_paths = cls._args_schema.content_paths

0 commit comments

Comments
 (0)