chiark / gitweb /
man: readahead: fix cmdline switch inconsistency between readahead.c and docs
[elogind.git] / src / readahead / readahead.c
index d6729ec946193358145b63e061a601972a0f896b..73cf53805544e1b38a20d58fe67bd7c7cb2bfc43 100644 (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);