diff options
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) |