aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-21 08:27:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 08:27:01 +0200
commit3af997a875e439e71754fddb67fd60de9f60307b (patch)
tree5b2e53dbe257d0adca6eaea818fb93f03fcbf20d /odb/sqlite/details
parent41c7293bf991e4449c41224e812634b414ec5b83 (diff)
Use shorter option names
Diffstat (limited to 'odb/sqlite/details')
-rw-r--r--odb/sqlite/details/options.cli4
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