]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc: replace dbus-send's --address with --peer and --bus
authorChris Morin <cmtm@google.com>
Fri, 14 Jun 2019 03:42:37 +0000 (20:42 -0700)
committerChris Morin <cmtm@google.com>
Fri, 14 Jun 2019 03:51:10 +0000 (20:51 -0700)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48816

doc/dbus-send.1.xml.in

index 271435ca355c6d615573a269b4a40c5ee4748926..55aa13748533c11bad2f14fe141fe196ceb54438 100644 (file)
@@ -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&hyphen;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>