gdbus: Clarify the --xml option in the man page

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen
2011-06-09 12:25:04 -04:00
parent 13b93f0c48
commit c672b73602

View File

@@ -22,7 +22,9 @@
</group> </group>
<arg choice="plain">--dest <replaceable>bus_name</replaceable></arg> <arg choice="plain">--dest <replaceable>bus_name</replaceable></arg>
<arg choice="plain">--object-path <replaceable>/path/to/object</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>
<cmdsynopsis> <cmdsynopsis>
<command>gdbus</command> <command>gdbus</command>
@@ -90,7 +92,9 @@
Prints out interfaces and property values for a remote object. Prints out interfaces and property values for a remote object.
For this to work, the owner of the object needs to implement the For this to work, the owner of the object needs to implement the
<literal>org.freedesktop.DBus.Introspectable</literal> interface. <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>
<varlistentry> <varlistentry>
<term><option>monitor</option></term> <term><option>monitor</option></term>