Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Feb 8, 2024
1 parent b074175 commit 3c64a87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dbterd/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ def common_params(func):
)
@click.option(
"--omit_columns",
help=(
"Flag to omit columns in diagram. ",
"Currently only mermaid is supported",
),
help="Flag to omit columns in diagram. Currently only mermaid is supported",
is_flag=True,
default=False,
show_default=True,
Expand Down

0 comments on commit 3c64a87

Please sign in to comment.