Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ the database constants are correct.
**OPTIONS**

[--dbname=<dbname>]
Set the database name. Required unless the SQLite integration drop-in is detected.
Set the database name. Required unless `--skip-check` is used or the SQLite integration drop-in is detected.

[--dbuser=<dbuser>]
Set the database user. Required unless the SQLite integration drop-in is detected.
Set the database user. Required unless `--skip-check` is used or the SQLite integration drop-in is detected.

[--dbpass=<dbpass>]
Set the database user password.
Expand Down