diff options
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r-- | src/include/wiredtiger.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in index 2aa4e68b42b..36cfe20d822 100644 --- a/src/include/wiredtiger.in +++ b/src/include/wiredtiger.in @@ -1904,9 +1904,8 @@ struct __wt_connection { * (as a percentage)., an integer between 10 and 99; default \c 95.} * @config{eviction_workers, additional threads to help evict pages from cache., * an integer between 0 and 20; default \c 0.} - * @config{exclusive, fail if the database exists. When false (the default)\, - * if the object exists\, open the existing database. Should generally be - * paired with create option., a boolean flag; default \c false.} + * @config{exclusive, fail if the database already exists\, generally used with + * the \c create option., a boolean flag; default \c false.} * @config{extensions, list of shared library extensions to load (using dlopen). * Any values specified to an library extension are passed to * WT_CONNECTION::load_extension as the \c config parameter (for example\, |