Skip to content

Commit e19c6ed

Browse files
committed
Fix help
1 parent 4bb6b63 commit e19c6ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/confcom/azext_confcom/_help.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
short-summary: Inserts a Security Policy into a Radius app template.
344344
345345
parameters:
346-
- name: --template -f
346+
- name: --template-file -f
347347
type: string
348348
short-summary: 'Input parameters file to optionally accompany a Bicep Template'
349349
@@ -354,7 +354,7 @@
354354
355355
examples:
356356
- name: Insert a Security Policy into a Radius app template
357-
text: az confcom radius policy insert policy.rego app.bicep
357+
text: az confcom radius policy insert policy.rego -f app.bicep
358358
- name: Insert a Security Policy into a Radius app template for the second container resource
359-
text: az confcom radius policy insert policy.rego app.bicep --idx 1
359+
text: az confcom radius policy insert policy.rego -f app.bicep --idx 1
360360
"""

0 commit comments

Comments
 (0)