mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
doc: document the "--print-datasize" parameter to "ctdb"
(This used to be ctdb commit 9e8045a5b0d8bd9ab2e0343b329de9f45b883531)
This commit is contained in:
parent
dc98c12ac9
commit
e435fe76a3
@ -31,6 +31,7 @@
|
|||||||
<arg choice="opt">-d --debug=<INTEGER></arg>
|
<arg choice="opt">-d --debug=<INTEGER></arg>
|
||||||
<arg choice="opt">--socket=<filename></arg>
|
<arg choice="opt">--socket=<filename></arg>
|
||||||
<arg choice="opt">--print-emptyrecords</arg>
|
<arg choice="opt">--print-emptyrecords</arg>
|
||||||
|
<arg choice="opt">--print-datasize</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
@ -136,6 +137,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry><term>--print-datasize</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
This lets database dumps (catdb, cattdb, dumpdbbackup) print the
|
||||||
|
size of the record data instead of dumping the data contents.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user