mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 01:10:24 +01:00
dbus-test-tool echo: fix sleep documentation
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=94244 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
64d6dbd190
commit
bfd9c8a3b3
2 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<arg choice="plain">--system</arg>
|
||||
</group>
|
||||
<arg choice="opt">--name=<replaceable>NAME</replaceable></arg>
|
||||
<arg choice="opt">--sleep=<replaceable>MS</replaceable></arg>
|
||||
<arg choice="opt">--sleep-ms=<replaceable>MS</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--sleep=</option><replaceable>MS</replaceable></term>
|
||||
<term><option>--sleep-ms=</option><replaceable>MS</replaceable></term>
|
||||
<listitem>
|
||||
<para>Block for <replaceable>MS</replaceable> milliseconds
|
||||
before replying to a method call.</para>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ usage_echo (int exit_with)
|
|||
"\n"
|
||||
" --name=NAME claim this well-known name first\n"
|
||||
"\n"
|
||||
" --sleep=N sleep N milliseconds before sending each reply\n"
|
||||
" --sleep-ms=N sleep N milliseconds before sending each reply\n"
|
||||
"\n"
|
||||
" --session use the session bus (default)\n"
|
||||
" --system use the system bus\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue