From fe0bc33c6a11e4a11223df1ea2b4c4ca9683d659 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 10 Jun 2010 08:30:31 +0200 Subject: [PATCH] Help text tweak --- ccache.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" -- 2.47.3