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, )