From: Joel Rosdahl Date: Thu, 10 Jun 2010 06:30:31 +0000 (+0200) Subject: Help text tweak X-Git-Tag: v3.0~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe0bc33c6a11e4a11223df1ea2b4c4ca9683d659;p=thirdparty%2Fccache.git Help text tweak --- diff --git a/ccache.c b/ccache.c index a5456546a..8f7243b6f 100644 --- a/ccache.c +++ b/ccache.c @@ -55,9 +55,8 @@ static const char USAGE_TEXT[] = " compiler [compiler options] (via symbolic link)\n" "\n" "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 this is done automatically\n" +" -c, --cleanup delete old files and recalculate size counters\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"