diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 15:16:24 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 15:16:24 -0500 |
commit | 6d2679917919f1d59bf677d719fb84aedf8b9558 (patch) | |
tree | f120830a43f13260b7c2b99bd2ed3bc4b0f7a6ba /man/systemd-bootchart.xml | |
parent | 547ba5a9e854c2811c8452123dae8caa01e1e26e (diff) |
bootchart: rename --filter to --no-filter
Turning off filtering with --filter is just too confusing.
Config option "Filter" doesn't have to be changed, here
"Filter=yes" already meant to filter.
Diffstat (limited to 'man/systemd-bootchart.xml')
-rw-r--r-- | man/systemd-bootchart.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 3b755d1b20..a4770fc62d 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -173,7 +173,7 @@ <varlistentry> <term><option>-F</option></term> - <term><option>--filter</option></term> + <term><option>--no-filter</option></term> <listitem><para>Disable filtering of tasks that did not contribute significantly to the boot. Processes that are too short-lived (only seen in one sample) or |