summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-28 14:55:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-28 14:55:27 -0400
commiteb157b831f75c70a8ad3c1460a143e343eebe56a (patch)
treeaf53f8f8c6a6066cd39ee9d5df4184c495da3def /Command/Status.hs
parentd97ea3657a046fb727666e4e0b3498fae5d7b8d7 (diff)
rename "known annex keys" to "known annex items"
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs2
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