add usage descript for chainwatch dot
This commit is contained in:
parent
a45fe8a7f9
commit
96548bef0e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user