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" "golang.org/x/xerrors"
) )
var borkedMinersCmd = &cli.Command{ var frozenMinersCmd = &cli.Command{
Name: "borked-miners", Name: "frozen-miners",
Description: "information about 'borked' miner actors with late or frozen deadline crons", Description: "information about miner actors with late or frozen deadline crons",
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.StringFlag{ &cli.StringFlag{
Name: "tipset", Name: "tipset",

View File

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