]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
fixed a typo
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Mar 2002 13:26:42 +0000 (14:26 +0100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Mar 2002 13:26:42 +0000 (14:26 +0100)
ccache.c

index 75b88cefd01429d4f925ad391dcdc3787eec106e..3a2767b5665282860318a2b323f91eead2b68e65 100644 (file)
--- 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 <maxfiles>           set maximum files in cache\n");
        printf("-M <maxsize>            set maximum size of cache (use G, M or K)\n");