Merge pull request #748 from filcloud/fix/dot-usage

add usage descript for chainwatch dot
This commit is contained in:
Łukasz Magiera 2019-12-05 12:16:43 +01:00 committed by GitHub
commit 69834a3cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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