Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

fix: fix the wrong description about polard binary (backport #1338) #1339

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/testapp/polard/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading