fix: ux: update lotus-wallet run description

Update the `lotus-wallet run` to include that a `FULLNODE_API_INFO` env variable needs to be set before running
This commit is contained in:
Rjan 2022-04-21 14:21:09 +02:00
parent caeeb6a7d9
commit 295bf03e4d

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",
Action: func(cctx *cli.Context) error {
log.Info("Starting lotus wallet")