diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-07 18:11:53 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-07 21:37:50 -0500 |
commit | 599b6322f19ec619ddc294d0e7880b669040cf66 (patch) | |
tree | 8091fef248f59d3e5a06af49e06c593cf1731745 /man/systemctl.xml | |
parent | 9a67bcf27554ee0688198e4d4eb5e541861bf7cb (diff) |
man: document --failed
https://bugs.debian.org/767267
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 7cbaa6ccb0..ebee2bf9e9 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -322,6 +322,15 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <xi:include href="user-system-options.xml" xpointer="system" /> <varlistentry> + <term><option>--failed</option></term> + + <listitem> + <para>List units in failed state. This is equivalent to + <option>--state=failed</option>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--no-wall</option></term> <listitem> |