diff options
author | Martin Kobetic <mkobetic@gmail.com> | 2014-05-09 18:16:38 +0000 |
---|---|---|
committer | Martin Kobetic <mkobetic@gmail.com> | 2014-05-09 20:50:58 +0000 |
commit | c4ad027df774d84c29c9cc53436071c87138c60d (patch) | |
tree | f2a26eeea973f9fe25a7f4957361052563175a80 /cmd/bolt/main.go | |
parent | first part (diff) | |
download | dedo-c4ad027df774d84c29c9cc53436071c87138c60d.tar.gz dedo-c4ad027df774d84c29c9cc53436071c87138c60d.tar.xz |
aggregate bucket stats recursively and add stats to cmd
Diffstat (limited to 'cmd/bolt/main.go')
-rw-r--r-- | cmd/bolt/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |