Skip to content

Commit 1973c05

Browse files
committed
💡 update help text for SQLite views option to clarify legacy behavior
1 parent 5e0c34c commit 1973c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlite3_to_mysql/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"-A",
5656
"--sqlite-views-as-tables",
5757
is_flag=True,
58-
help="Materialize SQLite views as tables in MySQL instead of creating matching MySQL views.",
58+
help="Materialize SQLite views as tables in MySQL instead of creating matching MySQL views (legacy behavior).",
5959
)
6060
@click.option("-X", "--without-foreign-keys", is_flag=True, help="Do not transfer foreign keys.")
6161
@click.option(

0 commit comments

Comments
 (0)