From: Christof Schmitt Date: Thu, 7 Mar 2024 23:41:11 +0000 (-0700) Subject: docs: Document new tdbdump -x option X-Git-Tag: tdb-1.4.11~1101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7532c798d137daa28bd2f9b440cd44af96275787;p=thirdparty%2Fsamba.git docs: Document new tdbdump -x option Signed-off-by: Christof Schmitt Reviewed-by: Andrew Bartlett Autobuild-User(master): Christof Schmitt Autobuild-Date(master): Tue Apr 16 18:37:17 UTC 2024 on atb-devel-224 --- diff --git a/lib/tdb/man/tdbdump.8.xml b/lib/tdb/man/tdbdump.8.xml index 31e6888862e..442f36fbcd6 100644 --- a/lib/tdb/man/tdbdump.8.xml +++ b/lib/tdb/man/tdbdump.8.xml @@ -23,6 +23,7 @@ -k keyname -e -h + -x filename @@ -69,6 +70,13 @@ + + -x + + The -x changes the output data to a hex dump, from the default mix of ASCII and hex dump. + + +