diff options
Diffstat (limited to 'man/busctl.xml')
-rw-r--r-- | man/busctl.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index e0af30e6f5..c47a329fea 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" /> |