From d9130355ee0530117518ff24354bdd552d030238 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 Nov 2014 19:24:48 +0100 Subject: busctl: add "tree" command to explore object trees --- man/busctl.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/busctl.xml b/man/busctl.xml index b358bc4cd9..f9bcea3c2d 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -143,6 +143,15 @@ along with systemd; If not, see . + + + + + When used with the tree shows a + flat list of object paths instead of a tree. + + + @@ -163,8 +172,18 @@ along with systemd; If not, see . list - Show endpoints attached to the bus. This is - the default if no command is specified. + Show service names on the bus. This is the + default if no command is specified. + + + + tree NAME + + Shows an object tree of one or more + services. If NAME is specified, + show object tree of the specified services only. Otherwise, + show all object trees of all services on the bus that acquired + at least one well-known name. @@ -193,7 +212,7 @@ along with systemd; If not, see . status NAME Show process information and credentials of a - bus endpoint. + bus service. -- cgit v1.2.3-54-g00ecf