initctl2dot -V (return code: 2)
usage: initctl2dot [-h] [-r RESTRICTIONS] [-f INFILE] [-o OUTFILE]
[--color-emits COLOR_EMITS]
[--color-start-on COLOR_START_ON]
[--color-stop-on COLOR_STOP_ON] [--color-event COLOR_EVENT]
[--color-text COLOR_TEXT] [--color-bg COLOR_BG]
[--color-event-text COLOR_EVENT_TEXT]
[--color-job-text COLOR_JOB_TEXT] [--color-job COLOR_JOB]
[--user] [--system]
initctl2dot: error: unrecognized arguments: --version
initctl2dot --help (return code: 0)
usage: initctl2dot [-h] [-r RESTRICTIONS] [-f INFILE] [-o OUTFILE]
[--color-emits COLOR_EMITS]
[--color-start-on COLOR_START_ON]
[--color-stop-on COLOR_STOP_ON] [--color-event COLOR_EVENT]
[--color-text COLOR_TEXT] [--color-bg COLOR_BG]
[--color-event-text COLOR_EVENT_TEXT]
[--color-job-text COLOR_JOB_TEXT] [--color-job COLOR_JOB]
[--user] [--system]
Convert initctl(8) output to GraphViz dot(1) format.
optional arguments:
-h, --help show this help message and exit
-r RESTRICTIONS, --restrict-to-jobs RESTRICTIONS
Limit display of 'start on' and 'stop on' conditions
to specified jobs (comma-separated list).
-f INFILE, --infile INFILE
File to read output from. If not specified, initctl
will be run automatically.
-o OUTFILE, --outfile OUTFILE
File to write output to (default=upstart.dot)
--color-emits COLOR_EMITS
Specify color for 'emits' lines (default=green).
--color-start-on COLOR_START_ON
Specify color for 'start on' lines (default=blue).
--color-stop-on COLOR_STOP_ON
Specify color for 'stop on' lines (default=red).
--color-event COLOR_EVENT
Specify color for event boxes (default=thistle).
--color-text COLOR_TEXT
Specify color for summary text (default=black).
--color-bg COLOR_BG Specify background color for diagram (default=white).
--color-event-text COLOR_EVENT_TEXT
Specify color for text in event boxes (default=black).
--color-job-text COLOR_JOB_TEXT
Specify color for text in job boxes (default=black).
--color-job COLOR_JOB
Specify color for job boxes (default=#DCDCDC).
--user Connect to Upstart user session (default if running
within a user session).
--system Connect to Upstart system session.
See http://www.graphviz.org/doc/info/colors.html for available colours.