[glib] gdbus: Clarify the --xml option in the man page



commit c672b73602e1cec90cf60e464de5c9a26d0dacd5
Author: David Zeuthen <davidz redhat com>
Date:   Thu Jun 9 12:25:04 2011 -0400

    gdbus: Clarify the --xml option in the man page
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 docs/reference/gio/gdbus.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gio/gdbus.xml b/docs/reference/gio/gdbus.xml
index f625c60..7729f85 100644
--- a/docs/reference/gio/gdbus.xml
+++ b/docs/reference/gio/gdbus.xml
@@ -22,7 +22,9 @@
     </group>
     <arg choice="plain">--dest <replaceable>bus_name</replaceable></arg>
     <arg choice="plain">--object-path <replaceable>/path/to/object</replaceable></arg>
-    <arg choice="plain">--xml</arg>
+    <group>
+      <arg choice="plain">--xml</arg>
+    </group>
   </cmdsynopsis>
   <cmdsynopsis>
     <command>gdbus</command>
@@ -90,7 +92,9 @@
           Prints out interfaces and property values for a remote object.
           For this to work, the owner of the object needs to implement the
           <literal>org.freedesktop.DBus.Introspectable</literal> interface.
-        </para></listitem>
+          If the <option>--xml</option> option is used, the returned
+          introspection XML is printed, otherwise a parsed pretty
+          representation is printed.  </para></listitem>
       </varlistentry>
       <varlistentry>
         <term><option>monitor</option></term>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]