From: Andrew Tridgell Date: Sat, 30 Mar 2002 13:26:42 +0000 (+0100) Subject: fixed a typo X-Git-Tag: v1.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8197b4d6d584895befd595e949fa2183b7a24cd;p=thirdparty%2Fccache.git fixed a typo --- diff --git a/ccache.c b/ccache.c index 75b88cefd..3a2767b56 100644 --- a/ccache.c +++ b/ccache.c @@ -586,7 +586,7 @@ static void usage(void) printf("\nOptions:\n"); printf("-s show statistics summary\n"); - printf("-h zero statistics\n"); + printf("-z zero statistics\n"); printf("-c run a cache cleanup\n"); printf("-F set maximum files in cache\n"); printf("-M set maximum size of cache (use G, M or K)\n");