diff --git a/main.go b/main.go
index 1e66b84..c3b023a 100644
--- a/main.go
+++ b/main.go
@@ -61,7 +61,8 @@ var cli struct {
Stats struct {
Input string `arg:"" type:"existingfile"`
- } `cmd:"" help:"Prints p50, p99, and max tile size stats (after compression) for each and all zoom levels."`
+ Filter string `help:"Limit statistics to file with list of tiles (one Z/X/Y on each line)." type:"existingfile"`
+ } `cmd:"" help:"Prints p50, p99, and max tile size statistics (after compression) for each zoom level."`
Verify struct {
Input string `arg:"" help:"Input archive." type:"existingfile"`
@@ -131,7 +132,7 @@ func main() {
case "extract