summaryrefslogtreecommitdiffstats
path: root/tools/dbus-send.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbus-send.1')
-rw-r--r--tools/dbus-send.111
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/dbus-send.1 b/tools/dbus-send.1
index 76358132..6f125c35 100644
--- a/tools/dbus-send.1
+++ b/tools/dbus-send.1
@@ -8,7 +8,7 @@ dbus-send \- Send a message to a message bus
.SH SYNOPSIS
.PP
.B dbus-send
-[\-\-session] [\-\-dest=SERVICE] <message name> [contents ...]
+[\-\-session] [\-\-dest=SERVICE] [\-\-print-reply] <message name> [contents ...]
.SH DESCRIPTION
@@ -50,11 +50,14 @@ Here is an example invocation:
.SH OPTIONS
The following options are supported:
.TP
-.I "--session"
-Use the per-login-session message bus instead of the systemwide bus.
-.TP
.I "--dest=SERVICE"
Specify the service to receive the message.
+.TP
+.I "--print-reply"
+Block for a reply to the message sent, and print any reply received.
+.TP
+.I "--session"
+Use the per-login-session message bus instead of the systemwide bus.
.SH AUTHOR
dbus-send was written by Philip Blundell.