From 1e3b352f799038ec25437db53e051dadb9d97c95 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 30 Jan 2014 10:36:46 +0100 Subject: docs: document new --non-persistent option to dbwrap_tool Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- docs-xml/manpages/dbwrap_tool.1.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'docs-xml/manpages') 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 @@ dbwrap_tool --persistent + --non-persistent -d <debug level> -s <config file> -l <log file base> @@ -72,8 +73,23 @@ --persistent Open the database as a persistent database. - If this option is not specified, the database is opened as - non-persistent. + + + Exactly one of --persistent and --non-persistent must be + specified. + + + + --non-persistent + Open the database as a non-persistent database. + + + Caveat: opening a database as non-persistent when there + is currently no other opener will wipe the database. + + + Exactly one of --persistent and --non-persistent must be + specified. &popt.common.samba.client; -- cgit