]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: Document new tdbdump -x option
authorChristof Schmitt <cs@samba.org>
Thu, 7 Mar 2024 23:41:11 +0000 (16:41 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 16 Apr 2024 18:37:17 +0000 (18:37 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Tue Apr 16 18:37:17 UTC 2024 on atb-devel-224

lib/tdb/man/tdbdump.8.xml

index 31e6888862e2261423484b46e19e8becb7b97565..442f36fbcd68bde774f90274959f58e715af790c 100644 (file)
@@ -23,6 +23,7 @@
                <arg choice="opt">-k <replaceable>keyname</replaceable></arg>
                <arg choice="opt">-e</arg>
                <arg choice="opt">-h</arg>
+               <arg choice="opt">-x</arg>
                <arg choice="req">filename</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
                </para></listitem>
                </varlistentry>
 
+               <varlistentry>
+               <term>-x</term>
+               <listitem><para>
+               The <command>-x</command> changes the output data to a hex dump, from the default mix of ASCII and hex dump.
+               </para></listitem>
+               </varlistentry>
+
        </variablelist>
 </refsect1>