summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-01-30 10:36:46 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-30 16:57:06 +0100
commit1e3b352f799038ec25437db53e051dadb9d97c95 (patch)
tree364cdb92753c8b71321e4dced112426945b02a84 /docs-xml/manpages
parentc3f93271ef447f9f16cd3002307c630c5f149f5a (diff)
downloadsamba-1e3b352f799038ec25437db53e051dadb9d97c95.tar.gz
samba-1e3b352f799038ec25437db53e051dadb9d97c95.tar.xz
samba-1e3b352f799038ec25437db53e051dadb9d97c95.zip
docs: document new --non-persistent option to dbwrap_tool
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/dbwrap_tool.1.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs-xml/manpages/dbwrap_tool.1.xml b/docs-xml/manpages/dbwrap_tool.1.xml
index f190623557..2ea8a6592e 100644
--- a/docs-xml/manpages/dbwrap_tool.1.xml
+++ b/docs-xml/manpages/dbwrap_tool.1.xml
@@ -20,6 +20,7 @@
<cmdsynopsis>
<command>dbwrap_tool</command>
<arg choice="opt">--persistent</arg>
+ <arg choice="opt">--non-persistent</arg>
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">-s &lt;config file&gt;</arg>
<arg choice="opt">-l &lt;log file base&gt;</arg>
@@ -72,8 +73,23 @@
<varlistentry>
<term>--persistent</term>
<listitem><para>Open the database as a persistent database.
- If this option is not specified, the database is opened as
- non-persistent.
+ </para>
+ <para>
+ Exactly one of --persistent and --non-persistent must be
+ specified.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>--non-persistent</term>
+ <listitem><para>Open the database as a non-persistent database.
+ </para>
+ <para>
+ Caveat: opening a database as non-persistent when there
+ is currently no other opener will wipe the database.
+ </para>
+ <para>
+ Exactly one of --persistent and --non-persistent must be
+ specified.
</para></listitem>
</varlistentry>
&popt.common.samba.client;