summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 840466c4970..69f993d2a74 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -700,9 +700,8 @@ methods = {
use \c O_DIRECT''',
type='list', choices=['checkpoint', 'data', 'log']),
Config('exclusive', 'false', r'''
- fail if the database exists. When false (the default), if the
- object exists, open the existing database. Should generally be
- paired with create option''',
+ fail if the database already exists, generally used with the
+ \c create option''',
type='boolean'),
Config('extensions', '', r'''
list of shared library extensions to load (using dlopen).