diff --git a/cmd/lotus-storage-miner/actor.go b/cmd/lotus-storage-miner/actor.go index 4897c28de..7e428d0e4 100644 --- a/cmd/lotus-storage-miner/actor.go +++ b/cmd/lotus-storage-miner/actor.go @@ -66,7 +66,7 @@ var actorSetAddrsCmd = &cli.Command{ return cli.ShowSubcommandHelp(cctx) } if len(args) > 0 && unset { - return fmt.Errorf("unset should with no arguments") + return fmt.Errorf("unset can only be used with no arguments") } nodeAPI, closer, err := lcli.GetStorageMinerAPI(cctx)