Hide Forgot
Description of problem: systemctl's option "--failed" is not documented Version-Release number of selected component (if applicable): 222 and 226 How reproducible: man systemctl Steps to Reproduce: 1.verify that "systemctl --failed" has the same effect as "systemctl --state=failed" 2.read man page or check online documentation (e.g. http://0pointer.de/blog/projects/systemd-docs.html) Actual results: Expected results: option "--failed" documented Additional info:
That's intentional, see https://github.com/systemd/systemd/blob/master/man/systemctl.xml#L369 for the justification.
Thanks for the information!