Skip to content

Commit

Permalink
Use double dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jun 26, 2024
1 parent f369ea4 commit 2b2dce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/cli/viz_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand All @@ -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,
)
Expand Down

0 comments on commit 2b2dce7

Please sign in to comment.