From 6082349ee3124841c90e6601176d64c6e2f54638 Mon Sep 17 00:00:00 2001 From: Tyler Rhodes <767526+trhodeos@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:22:10 -0500 Subject: [PATCH] fix --- metaflow/plugins/argo/argo_workflows_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metaflow/plugins/argo/argo_workflows_cli.py b/metaflow/plugins/argo/argo_workflows_cli.py index 9979df2d679..a7dcf2ae281 100644 --- a/metaflow/plugins/argo/argo_workflows_cli.py +++ b/metaflow/plugins/argo/argo_workflows_cli.py @@ -139,10 +139,10 @@ def argo_workflows(obj, name=None): help="Print out the Event Sensor JSON sent to Argo Workflows. Do not deploy anything.", ) @click.option( - "--only-cron-workflow-template-json", + "--only-cron-workflow-json", is_flag=True, default=False, - help="Print out the Argo Cron Workflow Template JSON sent to Argo Workflows. Do not deploy anything.", + help="Print out the Argo Cron Workflow JSON sent to Argo Workflows. Do not deploy anything.", ) @click.option( "--max-workers",