From: Lennart Poettering Date: Mon, 10 Nov 2014 13:44:35 +0000 (+0100) Subject: man: don't document systemctl --failed X-Git-Tag: v218~486 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=036359ba8d0aba7db7eac75d10073a849a033fd1 man: don't document systemctl --failed This effectively reverts 599b6322f19ec619ddc294d0e7880b669040cf66, which in turn partially reverted 4dc5b821ae737914499119e29811fc3346e3d97c. The --failed switch is not documented on purpose, since it is redundant due to --state=failed, which it predates. Due to that it's not documented in --help either. We generally try to avoid redundant interfaces, but if we need to keep them for compatibility we do so, however remove them from documentation to ensure they are not used in future. The man page is now changed to include a comment about the fact that --failed is not documented on purpose. Also, explicitly mention --state=failed as example for --state. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index ebee2bf9e..8a4cff883 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -98,9 +98,10 @@ along with systemd; If not, see . - The argument should be a comma-separated list of unit LOAD, - SUB, or ACTIVE states. When listing units, show only those - in specified states. + The argument should be a comma-separated list of unit + LOAD, SUB, or ACTIVE states. When listing units, show only + those in specified states. Use + to show only failed units. @@ -321,14 +322,10 @@ along with systemd; If not, see . - - - - - List units in failed state. This is equivalent to - . - - +