shed: Rename the command to frozen-miners

This commit is contained in:
Łukasz Magiera 2020-10-22 16:07:42 +02:00
parent f9707ba344
commit 9a58763a4e
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ import (
"golang.org/x/xerrors"
)
var borkedMinersCmd = &cli.Command{
Name: "borked-miners",
Description: "information about 'borked' miner actors with late or frozen deadline crons",
var frozenMinersCmd = &cli.Command{
Name: "frozen-miners",
Description: "information about miner actors with late or frozen deadline crons",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "tipset",

View File

@ -19,7 +19,7 @@ func main() {
base32Cmd,
base16Cmd,
bitFieldCmd,
borkedMinersCmd,
frozenMinersCmd,
keyinfoCmd,
jwtCmd,
noncefix,