From: Joel Rosdahl Date: Wed, 9 Jun 2010 19:33:47 +0000 (+0200) Subject: Help text tweak X-Git-Tag: v3.0~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c72bfa4786c13220735b2e8cfcb46dc2ec1380f;p=thirdparty%2Fccache.git Help text tweak --- diff --git a/ccache.c b/ccache.c index 3c736b436..a5456546a 100644 --- a/ccache.c +++ b/ccache.c @@ -57,8 +57,7 @@ static const char USAGE_TEXT[] = "Options:\n" " -c, --cleanup delete old cached files until the cache limits are\n" " not exceeded and recalculate file and size counters\n" -" (normally not needed as ccache does this\n" -" automatically)\n" +" (normally not needed as this is done automatically\n" " -C, --clear clear the cache completely\n" " -F, --max-files=N set maximum number of files in cache to N (use 0 for\n" " no limit)\n"