mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-11 08:40:21 +01:00
doc: replace dbus-send's --address with --peer and --bus
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48816
This commit is contained in:
parent
0b8878133f
commit
1995fb8bb4
1 changed files with 8 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<refsynopsisdiv id='synopsis'>
|
||||
<cmdsynopsis>
|
||||
<command>dbus-send</command>
|
||||
<group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg><arg choice='plain'>--address=<replaceable>ADDRESS</replaceable></arg></group>
|
||||
<group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg><arg choice='plain'>--bus=<replaceable>ADDRESS</replaceable></arg><arg choice='plain'>--peer=<replaceable>ADDRESS</replaceable></arg></group>
|
||||
<arg choice='opt'>--dest=<replaceable>NAME</replaceable></arg>
|
||||
<arg choice='opt'><arg choice='plain'>--print-reply </arg><arg choice='opt'><replaceable>=literal</replaceable></arg></arg>
|
||||
<arg choice='opt'>--reply-timeout=<replaceable>MSEC</replaceable></arg>
|
||||
|
|
@ -137,7 +137,13 @@ The default is implementation‐defined, typically 25 seconds.</para>
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--address=</option><replaceable>ADDRESS</replaceable></term>
|
||||
<term><option>--bus=</option><replaceable>ADDRESS</replaceable></term>
|
||||
<listitem>
|
||||
<para>Register on bus <replaceable>ADDRESS</replaceable>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--peer=</option><replaceable>ADDRESS</replaceable></term>
|
||||
<listitem>
|
||||
<para>Send to <replaceable>ADDRESS</replaceable>.</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue