From 295bf03e4dc511fd258fd1a4e5484a2d5a9e5875 Mon Sep 17 00:00:00 2001 From: Rjan Date: Thu, 21 Apr 2022 14:21:09 +0200 Subject: [PATCH 1/2] 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 --- cmd/lotus-wallet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-wallet/main.go b/cmd/lotus-wallet/main.go index 045e553278f..1d93f160ece 100644 --- a/cmd/lotus-wallet/main.go +++ b/cmd/lotus-wallet/main.go @@ -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") From 825cdb8db9cb500ce4b9b2b0877272e4dc1319c6 Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Mon, 25 Apr 2022 08:56:34 +0200 Subject: [PATCH 2/2] Update cmd/lotus-wallet/main.go Co-authored-by: Aayush Rajasekaran --- cmd/lotus-wallet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-wallet/main.go b/cmd/lotus-wallet/main.go index 1d93f160ece..8b7c824500e 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")