diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-16 20:34:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-16 20:34:59 +0100 |
commit | 30732560c415f52d2a58fc8fab10b602a40c7274 (patch) | |
tree | 8fe71b65ebecdbbe216b7abb2485aeba0781902e /man/systemctl.xml | |
parent | 70db8e3a0b68cf2eab500592ba16b2acf0737331 (diff) |
systemctl: introduce --failed to show only failed services
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index c21ed85565..c45b11a510 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -127,6 +127,15 @@ </varlistentry> <varlistentry> + <term><option>--failed</option></term> + + <listitem><para>When listing units, + show only failed units. Do not confuse + with + <option>--fail</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--full</option></term> <listitem><para>Do not ellipsize unit @@ -144,7 +153,9 @@ unfinished job, fail the command. If this is not specified the requested operation will replace the pending job, - if necessary.</para></listitem> + if necessary. Do not confuse + with + <option>--failed</option>.</para></listitem> </varlistentry> <varlistentry> |