diff options
author | Chris Morin <cmtm@google.com> | 2019-06-13 20:42:37 -0700 |
---|---|---|
committer | Chris Morin <cmtm@google.com> | 2019-06-13 20:51:10 -0700 |
commit | 1995fb8bb4aee2ee9becc549eff4571da4a08be7 (patch) | |
tree | 8003452fbf18435e4d8e15cb462f0928f9dd3ca1 /doc | |
parent | 0b8878133f806351b213b80097b2bd6de5677f2c (diff) | |
download | dbus-1995fb8bb4aee2ee9becc549eff4571da4a08be7.tar.gz |
doc: replace dbus-send's --address with --peer and --bus
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48816
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-send.1.xml.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index 271435ca..55aa1374 100644 --- a/doc/dbus-send.1.xml.in +++ b/doc/dbus-send.1.xml.in @@ -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> |