summaryrefslogtreecommitdiff
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-09-12 07:57:59 +0000
committerRuediger Pluem <rpluem@apache.org>2009-09-12 07:57:59 +0000
commit4c92520eb615aec5d8eac13c48b42d569527a91e (patch)
tree109b81e71b343fa6967cd75878853012a13596b0 /support/htcacheclean.c
parent044592bfa1a4243952eb8b6d47756c482f72999b (diff)
downloadhttpd-4c92520eb615aec5d8eac13c48b42d569527a91e.tar.gz
* Detab.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index b953c72286..874df8a7a7 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -704,9 +704,9 @@ static void purge(char *path, apr_pool_t *pool, apr_off_t max)
static void usage(const char *error)
{
if (error) {
- apr_file_printf(errfile, "%s error: %s\n", shortname, error);
+ apr_file_printf(errfile, "%s error: %s\n", shortname, error);
}
- apr_file_printf(errfile,
+ apr_file_printf(errfile,
"%s -- program for cleaning the disk cache." NL
"Usage: %s [-Dvtrn] -pPATH -lLIMIT" NL
" %s [-nti] -dINTERVAL -pPATH -lLIMIT" NL