add usage descript for chainwatch dot

This commit is contained in:
wanghui 2019-12-05 19:12:08 +08:00
parent a45fe8a7f9
commit 96548bef0e

View File

@ -12,6 +12,7 @@ import (
var dotCmd = &cli.Command{ var dotCmd = &cli.Command{
Name: "dot", Name: "dot",
Usage: "generate dot graphs", Usage: "generate dot graphs",
ArgsUsage: "<minHeight> <toseeHeight>",
Action: func(cctx *cli.Context) error { Action: func(cctx *cli.Context) error {
st, err := openStorage() st, err := openStorage()
if err != nil { if err != nil {