Blob Blame History Raw
From 0558715b5b125ffa7948f06451ea979c7045b20c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb@sernet.de>
Date: Mon, 27 Mar 2017 17:43:07 +0200
Subject: [PATCH] tdb/tools: add documentation for the tdbbackup -n option
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Jeremy Allison <jra@samba.org
---
 lib/tdb/man/tdbbackup.8.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lib/tdb/man/tdbbackup.8.xml b/lib/tdb/man/tdbbackup.8.xml
index 740b3d5d5f302ffa032250e81ce84b51565f600b..a73fb561b1849924d1f7b530e8a90d10eba2f746 100644
--- a/lib/tdb/man/tdbbackup.8.xml
+++ b/lib/tdb/man/tdbbackup.8.xml
@@ -23,6 +23,7 @@
 		<arg choice="opt">-s suffix</arg>
 		<arg choice="opt">-v</arg>
 		<arg choice="opt">-h</arg>
+		<arg choice="opt">-n hashsize</arg>
 		<arg choice="opt">-l</arg>
 	</cmdsynopsis>
 </refsynopsisdiv>
@@ -71,6 +72,13 @@
 		</varlistentry>
 
 		<varlistentry>
+		<term>-n hashsize</term>
+		<listitem><para>
+		The <command>-n</command> option sets the hash size for the new backup tdb.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
 		<term>-l</term>
 		<listitem><para>
 		This options disables any locking, by passing TDB_NOLOCK
-- 
2.9.3