diff options
-rw-r--r-- | odb/sqlite/details/options.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/sqlite/details/options.cli b/odb/sqlite/details/options.cli index a0af101..4105557 100644 --- a/odb/sqlite/details/options.cli +++ b/odb/sqlite/details/options.cli @@ -22,13 +22,13 @@ namespace odb in-memory database." }; - bool --database-create + bool --create { "Create the SQLite database if it does not already exist. By default opening the database fails if it does not already exist." }; - bool --database-readonly + bool --read-only { "Open the SQLite database in read-only mode. By default the database is opened for reading and writing if possible, or reading only if |