diff --git a/cmd/lotus-chainwatch/dot.go b/cmd/lotus-chainwatch/dot.go index 087b0753a..83b9888f8 100644 --- a/cmd/lotus-chainwatch/dot.go +++ b/cmd/lotus-chainwatch/dot.go @@ -12,6 +12,7 @@ import ( var dotCmd = &cli.Command{ Name: "dot", Usage: "generate dot graphs", + ArgsUsage: " ", Action: func(cctx *cli.Context) error { st, err := openStorage() if err != nil {