shed: Rename the command to frozen-miners
This commit is contained in:
parent
f9707ba344
commit
9a58763a4e
@ -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",
|
@ -19,7 +19,7 @@ func main() {
|
||||
base32Cmd,
|
||||
base16Cmd,
|
||||
bitFieldCmd,
|
||||
borkedMinersCmd,
|
||||
frozenMinersCmd,
|
||||
keyinfoCmd,
|
||||
jwtCmd,
|
||||
noncefix,
|
||||
|
Loading…
Reference in New Issue
Block a user