From c672b73602e1cec90cf60e464de5c9a26d0dacd5 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 9 Jun 2011 12:25:04 -0400 Subject: [PATCH] gdbus: Clarify the --xml option in the man page Signed-off-by: David Zeuthen --- docs/reference/gio/gdbus.xml | 8 ++++++-- 1 file 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 @@ --dest bus_name --object-path /path/to/object - --xml + + --xml + gdbus @@ -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 org.freedesktop.DBus.Introspectable interface. - + If the option is used, the returned + introspection XML is printed, otherwise a parsed pretty + representation is printed. -- 2.7.4