diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-25 02:11:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-25 14:28:34 +0100 |
commit | 2e9efd22ce0099c3b4d35898d70f8fc706c8a66c (patch) | |
tree | 5f22100ea552ca449c1d4ea929158337e6f549cf /man | |
parent | becca6eaafa8ad7771363099f55b8a7dde516f21 (diff) |
busctl: if no parameter is specified for "busctl status" show credentials of bus owner
Diffstat (limited to 'man')
-rw-r--r-- | man/busctl.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index a4c4227d5e..285725e684 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -271,10 +271,13 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> - <term><command>status</command> <arg choice="plain"><replaceable>SERVICE</replaceable></arg></term> + <term><command>status</command> <arg choice="opt"><replaceable>SERVICE</replaceable></arg></term> <listitem><para>Show process information and credentials of a - bus service.</para></listitem> + bus service (if one is specified by its unique or well-known + name), a process (if one is specified by its numeric PID), or + the owner of the bus (if no parameter is + specified).</para></listitem> </varlistentry> <varlistentry> |