1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

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.
This commit is contained in:
Nathaniel Chen 2013-05-02 09:21:23 -07:00 committed by Auke Kok
parent 799e7ea858
commit 8368868452
2 changed files with 6 additions and 1 deletions

1
TODO
View File

@ -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:

View File

@ -145,6 +145,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>