summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-23 22:42:55 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-23 22:44:32 +0100
commit4f44c03eaa7bc05240ef619d07766f61eda3d5b7 (patch)
tree76ded00d769ff9f5718c892cb8000f2d9a87672e /man
parent56a32c94ca0c76a2bd0de8dd644863d341b9f504 (diff)
busctl: when introspecting objects, optionally limit output by interface name
Diffstat (limited to 'man')
-rw-r--r--man/busctl.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/busctl.xml b/man/busctl.xml
index 285725e68..c8a087c5c 100644
--- a/man/busctl.xml
+++ b/man/busctl.xml
@@ -313,11 +313,13 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
</varlistentry>
<varlistentry>
- <term><command>introspect</command> <arg choice="plain"><replaceable>SERVICE</replaceable></arg> <arg choice="plain"><replaceable>OBJECT</replaceable></arg></term>
+ <term><command>introspect</command> <arg choice="plain"><replaceable>SERVICE</replaceable></arg> <arg choice="plain"><replaceable>OBJECT</replaceable></arg> <arg choice="opt"><replaceable>INTERFACE</replaceable></arg></term>
<listitem><para>Show interfaces, methods, properties and
signals of the specified object (identified by its path) on
- the specified service.</para></listitem>
+ the specified service. If the interface argument is passed the
+ output is limited to members of the specified
+ interface.</para></listitem>
</varlistentry>
<varlistentry>