From 2c0480c26215caed70b30a672e1aeb7c6d658e0f Mon Sep 17 00:00:00 2001 From: lilas <30857671+lilasxie@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:15:55 +0800 Subject: [PATCH] fix: fix the wrong description about `polard` binary (#1338) Currently, run `make` will generate a `polard` binary under ./build/bin/, and run `polard --help` will show the wrong description ![image](https://github.com/berachain/polaris/assets/30857671/dee6f749-4757-42ee-a11a-bc8b979b470a) This pr fix this ![image](https://github.com/berachain/polaris/assets/30857671/97558c36-1375-4a6a-84d3-ef6beb9a54d4) ## Summary by CodeRabbit - **Refactor** - Updated the command-line interface naming and description to reflect the Polaris node daemon and interaction capabilities. (cherry picked from commit 43774ce4bf0fe5f94d9b2927af5f15d8f250fc55) --- e2e/testapp/polard/cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/testapp/polard/cmd/root.go b/e2e/testapp/polard/cmd/root.go index a6da221a3..cdffee21d 100644 --- a/e2e/testapp/polard/cmd/root.go +++ b/e2e/testapp/polard/cmd/root.go @@ -88,8 +88,8 @@ func NewRootCmd() *cobra.Command { ethcryptocodec.RegisterInterfaces(clientCtx.InterfaceRegistry) rootCmd := &cobra.Command{ - Use: "simd", - Short: "simulation app", + Use: "polard", + Short: "node daemon and CLI for interacting with a polaris node", SilenceErrors: true, PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { var err error