diff options
-rw-r--r-- | Command/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index c3713f073..d63f1a8eb 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -196,7 +196,7 @@ known_annex_size = stat "known annex size" $ json id $ showSizeKeys <$> cachedReferencedData known_annex_keys :: Stat -known_annex_keys = stat "known annex keys" $ json show $ +known_annex_keys = stat "known annex items" $ json show $ countKeys <$> cachedReferencedData tmp_size :: Stat |