From a0bc674b52dbc8eec52b61b46357b4f98a117890 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Sep 2005 13:52:15 +0000 Subject: r10173: Document new option (This used to be commit efa6e3938df2f185fc7a303094a0b091422a7398) --- source4/pidl/pidl.1.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'source4') diff --git a/source4/pidl/pidl.1.xml b/source4/pidl/pidl.1.xml index 6dd0d47530..4ddc267968 100644 --- a/source4/pidl/pidl.1.xml +++ b/source4/pidl/pidl.1.xml @@ -17,8 +17,9 @@ pidl --help --outputdir OUTNAME - --parse-tree - --dump-tree + --parse-idl-tree + --dump-idl-tree + --dump-ndr-tree --ndr-header[=OUTPUT] --header[=OUTPUT] --ejs[=OUTPUT] @@ -93,7 +94,7 @@ - --parse-tree + --parse-idl-tree Read internal tree structure from input files rather then assuming they contain IDL. @@ -171,12 +172,20 @@ - --dump-tree + --dump-idl-tree Tell pidl to dump the internal tree representation of an IDL file the to disk. Useful for debugging pidl. + + + --dump-ndr-tree + + Tell pidl to dump the internal NDR information tree it generated + from the IDL file to disk. Useful for debugging pidl. + + -- cgit