diff --git a/src/azure-cli/azure/cli/command_modules/cdn/_help.py b/src/azure-cli/azure/cli/command_modules/cdn/_help.py index 6f65c555102..c2327eb1d6e 100644 --- a/src/azure-cli/azure/cli/command_modules/cdn/_help.py +++ b/src/azure-cli/azure/cli/command_modules/cdn/_help.py @@ -147,8 +147,8 @@ parameters: - name: --content-paths type: string - short-summary: The path to the content to be loaded. Path should be a relative - file URL of the origin. + short-summary: Space-separated values. The path to the content to be loaded. + Path should be a relative file URL of the origin. examples: - name: Pre-load Javascript and CSS content for an endpoint. text: > @@ -162,8 +162,8 @@ parameters: - name: --content-paths type: string - short-summary: The path to the content to be purged. Can describe a file path or a - wildcard directory. + short-summary: Space-separated values. The path to the content to be purged. + Can describe a file path or a wildcard directory. examples: - name: Purge pre-loaded Javascript and CSS content. text: >