diff options
author | Graham Leggett <minfrin@apache.org> | 2010-02-16 23:25:34 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-02-16 23:25:34 +0100 |
commit | 99163014c5b00d5558feb019835c0f0f3893391d (patch) | |
tree | ba58e90883f6dc8f29f2466d5dc830ca42851412 | |
parent | Update transformations. (diff) | |
download | apache2-99163014c5b00d5558feb019835c0f0f3893391d.tar.xz apache2-99163014c5b00d5558feb019835c0f0f3893391d.zip |
Fix the help description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910735 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | support/htcacheclean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c index b03c4710ab..212192f676 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -735,7 +735,7 @@ static void usage(const char *error) NL " -p Specify PATH as the root directory of the disk cache." NL NL - " -P Specify PIDFILE as the file to write the pid file to." NL + " -P Specify PIDFILE as the file to write the pid to." NL NL " -l Specify LIMIT as the total disk cache size limit. Attach 'K'" NL " or 'M' to the number for specifying KBytes or MBytes." NL |