diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 08:27:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 08:27:01 +0200 |
commit | 3af997a875e439e71754fddb67fd60de9f60307b (patch) | |
tree | 5b2e53dbe257d0adca6eaea818fb93f03fcbf20d | |
parent | 41c7293bf991e4449c41224e812634b414ec5b83 (diff) |
Use shorter option names
-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 |