Skip to content

Commit 59d82a0

Browse files
{CDN} az cdn endpoint purge/load: Describe how to pass multiple content-paths (Azure#26511)
1 parent 5365cf9 commit 59d82a0

File tree

1 file changed

+4
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/cdn

1 file changed

+4
-4
lines changed

src/azure-cli/azure/cli/command_modules/cdn/_help.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
parameters:
148148
- name: --content-paths
149149
type: string
150-
short-summary: The path to the content to be loaded. Path should be a relative
151-
file URL of the origin.
150+
short-summary: Space-separated values. The path to the content to be loaded.
151+
Path should be a relative file URL of the origin.
152152
examples:
153153
- name: Pre-load Javascript and CSS content for an endpoint.
154154
text: >
@@ -162,8 +162,8 @@
162162
parameters:
163163
- name: --content-paths
164164
type: string
165-
short-summary: The path to the content to be purged. Can describe a file path or a
166-
wildcard directory.
165+
short-summary: Space-separated values. The path to the content to be purged.
166+
Can describe a file path or a wildcard directory.
167167
examples:
168168
- name: Purge pre-loaded Javascript and CSS content.
169169
text: >

0 commit comments

Comments
 (0)