mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 16:58:00 +02:00
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>
This commit is contained in:
parent
666344fc67
commit
2e15443744
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue