summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-12 13:52:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:05 -0500
commita0bc674b52dbc8eec52b61b46357b4f98a117890 (patch)
tree8ef173bd5efa0cfa1a39231e1f197d540c3b7403 /source4
parent3127d75883ea10693e311cf8e64a9fef1705de8f (diff)
downloadsamba-a0bc674b52dbc8eec52b61b46357b4f98a117890.tar.gz
samba-a0bc674b52dbc8eec52b61b46357b4f98a117890.tar.bz2
samba-a0bc674b52dbc8eec52b61b46357b4f98a117890.zip
r10173: Document new option
(This used to be commit efa6e3938df2f185fc7a303094a0b091422a7398)
Diffstat (limited to 'source4')
-rw-r--r--source4/pidl/pidl.1.xml17
1 files changed, 13 insertions, 4 deletions
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 @@
<command>pidl</command>
<arg choice="opt">--help</arg>
<arg choice="opt">--outputdir OUTNAME</arg>
- <arg choice="opt">--parse-tree</arg>
- <arg choice="opt">--dump-tree</arg>
+ <arg choice="opt">--parse-idl-tree</arg>
+ <arg choice="opt">--dump-idl-tree</arg>
+ <arg choice="opt">--dump-ndr-tree</arg>
<arg choice="opt">--ndr-header[=OUTPUT]</arg>
<arg choice="opt">--header[=OUTPUT]</arg>
<arg choice="opt">--ejs[=OUTPUT]</arg>
@@ -93,7 +94,7 @@
</varlistentry>
<varlistentry>
- <term>--parse-tree</term>
+ <term>--parse-idl-tree</term>
<listitem><para>
Read internal tree structure from input files rather
then assuming they contain IDL.</para></listitem>
@@ -171,12 +172,20 @@
<varlistentry>
- <term>--dump-tree</term>
+ <term>--dump-idl-tree</term>
<listitem><para>
Tell pidl to dump the internal tree representation of an IDL
file the to disk. Useful
for debugging pidl.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>--dump-ndr-tree</term>
+ <listitem><para>
+ Tell pidl to dump the internal NDR information tree it generated
+ from the IDL file to disk. Useful for debugging pidl.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>