diff --git a/cmd/lotus-wallet/main.go b/cmd/lotus-wallet/main.go index 1d93f160e..8b7c82450 100644 --- a/cmd/lotus-wallet/main.go +++ b/cmd/lotus-wallet/main.go @@ -144,7 +144,7 @@ var runCmd = &cli.Command{ Hidden: true, }, }, - Description: "Needs FULLNODE_API_INFO env-var to be set before running", + 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")