Bug 1327247

Summary: systemctl documentation is missing --failed
Product: [Fedora] Fedora Reporter: Flo H. <emailtoflorian>
Component: systemdAssignee: systemd-maint
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: johannbg, lnykryn, msekleta, muadda, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-14 14:51:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Flo H. 2016-04-14 14:47:08 UTC
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:

Comment 1 Zbigniew Jędrzejewski-Szmek 2016-04-14 14:51:54 UTC
That's intentional, see https://github.com/systemd/systemd/blob/master/man/systemctl.xml#L369 for the justification.

Comment 2 Flo H. 2016-04-14 15:53:30 UTC
Thanks for the information!