Fix typo
This commit is contained in:
parent
40be53c9f9
commit
310b07cc9c
@ -186,7 +186,7 @@ var sectorsUpdateCmd = &cli.Command{
|
||||
},
|
||||
Action: func(cctx *cli.Context) error {
|
||||
if !cctx.Bool("really-do-it") {
|
||||
return xerrors.Errorf("this is a command for advanced users, only us it if you are sure of what you are doing")
|
||||
return xerrors.Errorf("this is a command for advanced users, only use it if you are sure of what you are doing")
|
||||
}
|
||||
nodeApi, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user