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"
|
"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",
|
@ -19,7 +19,7 @@ func main() {
|
|||||||
base32Cmd,
|
base32Cmd,
|
||||||
base16Cmd,
|
base16Cmd,
|
||||||
bitFieldCmd,
|
bitFieldCmd,
|
||||||
borkedMinersCmd,
|
frozenMinersCmd,
|
||||||
keyinfoCmd,
|
keyinfoCmd,
|
||||||
jwtCmd,
|
jwtCmd,
|
||||||
noncefix,
|
noncefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user