Skip to content

Commit 9bec581

Browse files
committed
Fix render-user-template option usage in docs
When specifying a template file, the proper option is `-t`, not `-e`.
1 parent 826f6c6 commit 9bec581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/endpoints/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ control, they can specify the value(s) to render to any reserved variable:
9292
.. code-block:: console
9393
:caption: Custom ``user_runtime``
9494
95-
$ globus-compute-endpoint render-user-config -e template-snippet.yaml.j2 \
95+
$ globus-compute-endpoint render-user-config -t template-snippet.yaml.j2 \
9696
--user-runtime my-custom-user-runtime.json
9797
9898
> Rendered user config:

0 commit comments

Comments
 (0)