Merge pull request #10823 from filecoin-project/fix/beneficiary-clearer-args-input

fix: cli: Change arg wording in change-beneficiary cmd
This commit is contained in:
Aayush Rajasekaran 2023-05-04 09:57:59 -04:00 committed by GitHub
commit 1c1a28e1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)