Merge pull request #8528 from rjan90/ux/description-lotus-wallet

fix: ux: update `lotus-wallet run` description
This commit is contained in:
Phi-rjan 2022-04-25 15:57:50 +02:00 committed by GitHub
commit 1162b02e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ var runCmd = &cli.Command{
Hidden: true,
},
},
Description: "For setup instructions see 'lotus-wallet --help'",
Description: "Needs FULLNODE_API_INFO env-var to be set before running (see lotus-wallet --help for setup instructions)",
Action: func(cctx *cli.Context) error {
log.Info("Starting lotus wallet")