From c4ad027df774d84c29c9cc53436071c87138c60d Mon Sep 17 00:00:00 2001 From: Martin Kobetic Date: Fri, 9 May 2014 18:16:38 +0000 Subject: aggregate bucket stats recursively and add stats to cmd --- cmd/bolt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/bolt/main.go') diff --git a/cmd/bolt/main.go b/cmd/bolt/main.go index 659f1c3..302fe09 100644 --- a/cmd/bolt/main.go +++ b/cmd/bolt/main.go @@ -93,7 +93,7 @@ func NewApp() *cli.App { }, { Name: "stats", - Usage: "Retrieve statistics for a bucket (aggregated recursively)", + Usage: "Aggregate statistics for all buckets matching specified prefix", Action: func(c *cli.Context) { path, name := c.Args().Get(0), c.Args().Get(1) Stats(path, name) -- cgit v1.2.3