In migrations sections you have the following example ``` kallax migrate up --dir ./my-migrations --dns 'user:pass@localhost:5432/dbname?sslmode=disable' --version 1493991142 ``` you have typo error in command) you don't have `--dns` command, you have `--dsn`