Clearer help for --drop-foreign-key

This commit is contained in:
Simon Willison 2022-01-24 20:06:40 -08:00
commit 3091e6b6e9
2 changed files with 2 additions and 2 deletions

View file

@ -1964,7 +1964,7 @@ def schema(
"--drop-foreign-key",
type=str,
multiple=True,
help="Drop this foreign key constraint",
help="Drop foreign key constraint for this column",
)
@click.option("--sql", is_flag=True, help="Output SQL without executing it")
@load_extension_option