From: Ruediger Pluem Date: Sat, 12 Sep 2009 07:57:59 +0000 (+0000) Subject: * Detab. X-Git-Tag: 2.3.3~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c92520eb615aec5d8eac13c48b42d569527a91e;p=apache * Detab. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814113 13f79535-47bb-0310-9956-ffa450edef68 --- 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