Change arg from minerAddress to minerID

Change arg from minerAddress to minerID
This commit is contained in:
Phi 2023-05-04 15:21:05 +02:00
parent c1d22d8b32
commit efdc32f60e
3 changed files with 3 additions and 3 deletions

View File

@ -1166,7 +1166,7 @@ var actorConfirmChangeWorker = &cli.Command{
var actorConfirmChangeBeneficiary = &cli.Command{
Name: "confirm-change-beneficiary",
Usage: "Confirm a beneficiary address change",
ArgsUsage: "[minerAddress]",
ArgsUsage: "[minerID]",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "really-do-it",

View File

@ -968,7 +968,7 @@ var actorProposeChangeBeneficiary = &cli.Command{
var actorConfirmChangeBeneficiary = &cli.Command{
Name: "confirm-change-beneficiary",
Usage: "Confirm a beneficiary address change",
ArgsUsage: "[minerAddress]",
ArgsUsage: "[minerID]",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "really-do-it",

View File

@ -412,7 +412,7 @@ NAME:
lotus-miner actor confirm-change-beneficiary - Confirm a beneficiary address change
USAGE:
lotus-miner actor confirm-change-beneficiary [command options] [minerAddress]
lotus-miner actor confirm-change-beneficiary [command options] [minerID]
OPTIONS:
--existing-beneficiary send confirmation from the existing beneficiary address (default: false)