summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 14:14:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-14 16:16:01 +0000
commit2e154437442c1f820632a8df90bad6801d0dd1f5 (patch)
tree96138d1d8d957531ec489bf486a072d13132dd94 /doc
parent666344fc6739e76e50811e9a72890387cfe37cb3 (diff)
downloaddbus-2e154437442c1f820632a8df90bad6801d0dd1f5.tar.gz
dbus-send.1: document --reply-timeout
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=14005 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-send.15
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbus-send.1 b/doc/dbus-send.1
index a70dc3ff..131a60df 100644
--- a/doc/dbus-send.1
+++ b/doc/dbus-send.1
@@ -11,6 +11,7 @@ dbus\-send \- Send a message to a message bus
[\fB\-\-system\fP | \fB\-\-session\fP]
[\fB\-\-dest=\fINAME\fP]
[\fB\-\-print\-reply\fP[\fB=literal\fP]]
+[\fB\-\-reply\-timeout=\fIMSEC\fP]
[\fB\-\-type=\fITYPE\fP]
\fIOBJECT_PATH\fP \fIINTERFACE\fB.\fIMEMBER\fP [\fICONTENTS\fP ...]
@@ -87,6 +88,10 @@ Block for a reply to the message sent, and print the body of the
reply. If the reply is an object path or a string, it is printed
literally, with no punctuation, escape characters etc.
.TP
+.BI \-\-reply\-timeout= MSEC
+Wait for a reply for up to \fIMSEC\fP milliseconds.
+The default is implementation\(hydefined, typically 25 seconds.
+.TP
.B "\-\-system"
Send to the system message bus.
.TP