]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Reword stats zero timestamp display string
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 9 Nov 2016 21:47:43 +0000 (22:47 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 9 Nov 2016 21:47:43 +0000 (22:47 +0100)
stats.c

diff --git a/stats.c b/stats.c
index 61db8f9b6a97a78381d5f2cfcaa692bfed485490..1cc6e045c32ac551e43fa20a67640601a257282f 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -232,7 +232,7 @@ static struct {
        },
        {
                STATS_ZEROTIMESTAMP,
-               "stats zero timestamp",
+               "stats last zeroed at",
                NULL,
                FLAG_NEVER
        },