diff options
author | Michael Adam <obnox@samba.org> | 2011-11-29 13:31:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-29 13:43:32 +0100 |
commit | e435fe76a3617aad59853e8fc4c9095ceddbc5aa (patch) | |
tree | 493001210d6f8120655bfa965141d6b5afedecc2 | |
parent | dc98c12ac96b3d9d7fd233c961e328c4ca2d1716 (diff) | |
download | samba-e435fe76a3617aad59853e8fc4c9095ceddbc5aa.tar.gz samba-e435fe76a3617aad59853e8fc4c9095ceddbc5aa.tar.xz samba-e435fe76a3617aad59853e8fc4c9095ceddbc5aa.zip |
doc: document the "--print-datasize" parameter to "ctdb"
(This used to be ctdb commit 9e8045a5b0d8bd9ab2e0343b329de9f45b883531)
-rw-r--r-- | ctdb/doc/ctdb.1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index e421993fb4..ebd8221e64 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -31,6 +31,7 @@ <arg choice="opt">-d --debug=<INTEGER></arg> <arg choice="opt">--socket=<filename></arg> <arg choice="opt">--print-emptyrecords</arg> + <arg choice="opt">--print-datasize</arg> </cmdsynopsis> </refsynopsisdiv> @@ -136,6 +137,15 @@ </listitem> </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> </refsect1> |