summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-21 20:31:50 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-21 20:31:50 +0100
commita44b10818a531787c359f6446d218a975503f032 (patch)
treebc297ddf7ec862f68ed9c7f3ad5e80d943417c2c /man
parent38051578360c211e88ef4082ce5746adb52a500e (diff)
busctl: add --timeout= option to specify method call timeout
Diffstat (limited to 'man')
-rw-r--r--man/busctl.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/busctl.xml b/man/busctl.xml
index e0af30e6f..c47a329fe 100644
--- a/man/busctl.xml
+++ b/man/busctl.xml
@@ -216,6 +216,22 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--timeout=</option><replaceable>SECS</replaceable></term>
+
+ <listitem>
+ <para>When used with the <command>call</command> command
+ specifies the maximum time to wait for method call
+ completion. If no time unit is specified assumes
+ seconds. The usual other units are understood, too (ms, us,
+ s, min, h, d, w, month, y). Note that this timeout does not
+ apply if <option>--expect-reply=no</option> is used as the
+ tool does not wait for any reply message then. When not
+ specified or when set to 0 the default of
+ <literal>25s</literal> is assumed.</para>
+ </listitem>
+ </varlistentry>
+
<xi:include href="user-system-options.xml" xpointer="user" />
<xi:include href="user-system-options.xml" xpointer="system" />
<xi:include href="user-system-options.xml" xpointer="host" />