diff --git a/cmd/humanlog/query.go b/cmd/humanlog/query.go index aa76c90..16a64b6 100644 --- a/cmd/humanlog/query.go +++ b/cmd/humanlog/query.go @@ -126,7 +126,7 @@ func queryApiSummarizeCmd( localhost := cli.BoolFlag{Name: "localhost"} return cli.Command{ Name: "summarize", - Flags: []cli.Flag{localhost, fromFlag, toFlag}, + Flags: []cli.Flag{localhost, fromFlag, toFlag, bucket}, Action: func(cctx *cli.Context) error { ctx := getCtx(cctx) state := getState(cctx)