From 3af997a875e439e71754fddb67fd60de9f60307b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Mar 2011 08:27:01 +0200 Subject: Use shorter option names --- odb/sqlite/details/options.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/sqlite') 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 -- cgit v1.1