diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | man/systemd-bootchart.xml | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -592,7 +592,6 @@ Features: - plot per-process IO utilization - group processes based on service association (cgroups) - document initcall_debug - - put bootcharts in the journal - kernel cmdline "bootchart" option for simplicity? External: diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 1569d2c8a2..8de4c69a2d 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -146,6 +146,12 @@ <variablelist> <varlistentry> + <term><option>-h</option></term> + <term><option>--help</option></term> + <listitem><para>Prints a short help text and exits.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-n</option></term> <term><option>--sample <replaceable>N</replaceable></option></term> <listitem><para>Specify the number of |