This commit is contained in:
Łukasz Magiera 2019-12-05 12:15:39 +01:00 committed by GitHub
parent 40be53c9f9
commit 310b07cc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {