Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/azure-cli/azure/cli/command_modules/cdn/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand All @@ -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: >
Expand Down