diff options
author | Michael Adam <obnox@samba.org> | 2011-11-29 13:41:16 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-29 13:43:35 +0100 |
commit | ad811952f190bd1a92bfdcfe97566a0af715a8f7 (patch) | |
tree | 1a37fc6cea4de6c550bebe1ca97fffe346053540 | |
parent | 31d62794fe342b1207194c8b1e241361e01b71de (diff) | |
download | samba-ad811952f190bd1a92bfdcfe97566a0af715a8f7.tar.gz samba-ad811952f190bd1a92bfdcfe97566a0af715a8f7.tar.xz samba-ad811952f190bd1a92bfdcfe97566a0af715a8f7.zip |
doc: document the "--print-recordflags" parameter to "ctdb"
(This used to be ctdb commit 5b527e6127a649fa80dcf9a7599b22bcb7cd3640)
-rw-r--r-- | ctdb/doc/ctdb.1.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 1f53b5b351..e898a07004 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -34,6 +34,7 @@ <arg choice="opt">--print-datasize</arg> <arg choice="opt">--print-lmaster</arg> <arg choice="opt">--print-hash</arg> + <arg choice="opt">--print-recordflags</arg> </cmdsynopsis> </refsynopsisdiv> @@ -165,6 +166,16 @@ </listitem> </varlistentry> + <varlistentry><term>--print-recordflags</term> + <listitem> + <para> + This lets catdb and dumpdbbackup print the + record flags for each record. Note that cattdb always + prints the flags. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |