summaryrefslogtreecommitdiff
path: root/tools/dbus-send.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbus-send.1')
-rw-r--r--tools/dbus-send.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/dbus-send.1 b/tools/dbus-send.1
index f71c4c6e..978ee2e7 100644
--- a/tools/dbus-send.1
+++ b/tools/dbus-send.1
@@ -42,12 +42,16 @@ byte, boolean. (D-BUS supports more types than these, but
Here is an example invocation:
.nf
- dbus-send \-\-dest='org.freedesktop.ExampleService' \\
- org.freedesktop.ExampleMessage \\
+ dbus-send \-\-dest='org.freedesktop.ExampleService' \\
+ org.freedesktop.ExampleInterface.ExampleMethod \\
int32:47 string:'hello world' double:65.32
.fi
+Note that the interface is separated from a method or signal
+name by a dot, though in the actual protocol the interface
+and the interface member are separate fields.
+
.SH OPTIONS
The following options are supported:
.TP