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:
Dmitri Iouchtchenko 2016-02-21 23:50:49 -05:00 committed by Simon McVittie
parent 64d6dbd190
commit bfd9c8a3b3
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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"