From 4c2628873c0dd59fbb1fa1160038b482bdd51fad Mon Sep 17 00:00:00 2001 From: Gert Goet Date: Tue, 3 Sep 2024 10:27:16 +0200 Subject: [PATCH] Fix typo (#639) --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index d32549f..b3298d5 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -2084,7 +2084,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi ``--drop-foreign-key column`` Drop the specified foreign key. -``--add-foregn-key column other_table other_column`` +``--add-foreign-key column other_table other_column`` Add a foreign key constraint to ``column`` pointing to ``other_table.other_column``. If you want to see the SQL that will be executed to make the change without actually executing it, add the ``--sql`` flag. For example: