Document all gdbus-codegen options
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 May 2013 01:01:35 +0000 (21:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 May 2013 01:13:02 +0000 (21:13 -0400)
The --help and --xml-files options were missing from the man page.

docs/reference/gio/gdbus-codegen.xml

index babbca2..7887953 100644 (file)
 <refsynopsisdiv>
   <cmdsynopsis>
     <command>gdbus-codegen</command>
+    <arg><option>-h</option>, <option>--help</option></arg>
     <arg><option>--interface-prefix</option> <replaceable>org.project.Prefix</replaceable></arg>
     <arg><option>--generate-c-code</option> <replaceable>OUTFILES</replaceable></arg>
     <arg><option>--c-namespace</option> <replaceable>YourProject</replaceable></arg>
     <arg><option>--c-generate-object-manager</option></arg>
     <arg><option>--generate-docbook</option> <replaceable>OUTFILES</replaceable></arg>
+    <arg><option>--xml-files</option> <replaceable>FILE</replaceable></arg>
     <group choice="plain" rep="repeat">
       <arg>
         <option>--annotate</option>
   <variablelist>
 
     <varlistentry>
+      <term><option>-h</option>, <option>--help</option></term>
+      <listitem>
+        <para>
+          Show help and exit.
+        </para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term><option>--xml-files</option> <replaceable>FILE</replaceable></term>
+      <listitem>
+        <para>
+          The D-Bus introspection XML file.
+        </para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term><option>--interface-prefix</option> <replaceable>org.project.Prefix.</replaceable></term>
       <listitem>
         <para>