diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-23 22:42:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-23 22:44:32 +0100 |
commit | 4f44c03eaa7bc05240ef619d07766f61eda3d5b7 (patch) | |
tree | 76ded00d769ff9f5718c892cb8000f2d9a87672e /man | |
parent | 56a32c94ca0c76a2bd0de8dd644863d341b9f504 (diff) |
busctl: when introspecting objects, optionally limit output by interface name
Diffstat (limited to 'man')
-rw-r--r-- | man/busctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index 285725e684..c8a087c5c5 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> |