man: readahead: fix cmdline switch inconsistency between readahead.c and docs

Source code has "files-max" and XML has --max-files.
This commit is contained in:
Alison Chaiken 2014-05-16 09:25:53 +02:00 committed by Lennart Poettering
parent a8c73b860c
commit 332bc31992
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -42,7 +42,7 @@ static int help(void) {
"Collect read-ahead data on early boot.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
" --max-files=INT Maximum number of files to read ahead\n"
" --files-max=INT Maximum number of files to read ahead\n"
" --file-size-max=BYTES Maximum size of files to read ahead\n"
" --timeout=USEC Maximum time to spend collecting data\n\n\n",
program_invocation_short_name);