From 2b2dce7341ad74b689bd01cc4fffe62ce6091609 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Tue, 25 Jun 2024 14:38:42 -0300 Subject: [PATCH] Use double dashes --- superset/cli/viz_migrations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/cli/viz_migrations.py b/superset/cli/viz_migrations.py index 53cf4ab50296e..e9157e44728df 100644 --- a/superset/cli/viz_migrations.py +++ b/superset/cli/viz_migrations.py @@ -99,7 +99,7 @@ def migrate_viz() -> None: type=str, ) @optgroup.option( - "-ids", + "--ids", help="A comma separated list of chart IDs to upgrade", type=str, ) @@ -123,7 +123,7 @@ def upgrade(viz_type: str, ids: str | None = None) -> None: type=str, ) @optgroup.option( - "-ids", + "--ids", help="A comma separated list of chart IDs to downgrade", type=str, )