diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-05 02:40:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-05 02:40:39 +0200 |
commit | 61cbdc4b307718d74e8aa04875475aac2f8617ab (patch) | |
tree | 897b25bf1ef4809b0c2e67f65f3b1950c0be1978 /man/systemctl.xml | |
parent | 74922904348e53a992af63c581d4ccd3317ccce0 (diff) |
systemctl: implement 'status' command
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 1bd08da96b..c0b8d7927d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -247,16 +247,25 @@ state to STDOUT.</para></listitem> </varlistentry> <varlistentry> + <term><command>status [NAME...]</command></term> + + <listitem><para>Show short status + information about one or more + units. This shows terse runtime + information about + units.</para></listitem> + </varlistentry> + <varlistentry> <term><command>show [NAME...|JOB...]</command></term> - <listitem><para>Show information about + <listitem><para>Show properties of one or more units, jobs or the manager itself. If no argument is specified - information about the manager will be + properties of the manager will be shown. If a unit name is specified - information about the unit is shown, + properties of the unit is shown, and if a job id is specified - information about the job is + properties of the job is shown.</para></listitem> </varlistentry> <varlistentry> |