Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd-mini.1059
0007-man-readahead-fix-cmdline-switch-inconsist...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch of Package systemd-mini.1059
From 332bc31992acffc6f32e194c0122e01607bd0e27 Mon Sep 17 00:00:00 2001 From: Alison Chaiken <alison_chaiken@mentor.com> Date: Fri, 16 May 2014 09:25:53 +0200 Subject: [PATCH] man: readahead: fix cmdline switch inconsistency between readahead.c and docs Source code has "files-max" and XML has --max-files. --- man/systemd-readahead-replay.service.xml | 2 +- src/readahead/readahead.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git man/systemd-readahead-replay.service.xml man/systemd-readahead-replay.service.xml index 67b41f5..669fe78 100644 --- man/systemd-readahead-replay.service.xml +++ 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 diff --git src/readahead/readahead.c src/readahead/readahead.c index d6729ec..73cf538 100644 --- src/readahead/readahead.c +++ src/readahead/readahead.c @@ -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); -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor