diff options
author | Nathaniel Chen <nathaniel.chen@intel.com> | 2013-05-02 09:21:23 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-05-02 09:21:23 -0700 |
commit | 8368868452fc24536bf3322bfab536c66bf56a13 (patch) | |
tree | ee5e7af9a6429c281b3ae6dd35b2833bc5d8fdb1 | |
parent | 799e7ea85845bd343eb46daaefa11fd14c9e67cc (diff) |
Add help option to bootchart man page
Bootchart has a help option. For the sake of consistency, this patch
adds it to the man page.
Also, the TODO is updated. Bootcharts were added to the journal in
commit c4d58b0.
-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 |