diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index e68912b6..f921c13d 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -32,7 +32,7 @@ db-to-sqlite You can mirror an entire database (including copying foreign key relationships) with the ``--all`` option:: - $ db-to-sqlite --connection="postgresql://simonw@localhost/myblog" --all blog.db + $ db-to-sqlite --all "postgresql://simonw@localhost/myblog" blog.db dbf-to-sqlite -------------