Skip to content

Commit

Permalink
shed: Rename the command to frozen-miners
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Oct 22, 2020
1 parent f9707ba commit 9a58763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cmd/lotus-shed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func main() {
base32Cmd,
base16Cmd,
bitFieldCmd,
borkedMinersCmd,
frozenMinersCmd,
keyinfoCmd,
jwtCmd,
noncefix,
Expand Down

0 comments on commit 9a58763

Please sign in to comment.