diff options
author | Alison Chaiken <alison_chaiken@mentor.com> | 2014-05-16 09:25:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-16 17:13:03 +0200 |
commit | 332bc31992acffc6f32e194c0122e01607bd0e27 (patch) | |
tree | 77b38e8d19349961d6bc0d762b7b45e50517facb /man | |
parent | a8c73b860c04a6feb1d3edb15b283f3bb3dde799 (diff) |
man: readahead: fix cmdline switch inconsistency between readahead.c and docs
Source code has "files-max" and XML has --max-files.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-readahead-replay.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-readahead-replay.service.xml b/man/systemd-readahead-replay.service.xml index 67b41f5b26..669fe78942 100644 --- a/man/systemd-readahead-replay.service.xml +++ b/man/systemd-readahead-replay.service.xml @@ -117,7 +117,7 @@ <variablelist> <varlistentry> - <term><option>--max-files=</option></term> + <term><option>--files-max=</option></term> <listitem><para>Maximum number of files to read ahead. Only valid |