forked from cerc-io/laconicd-deprecated
change binary name (#431)
This commit is contained in:
@@ -49,8 +49,8 @@ func main() {
|
||||
config.Seal()
|
||||
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "emintcli",
|
||||
Short: "Command line interface for interacting with emintd",
|
||||
Use: "ethermintcli",
|
||||
Short: "Command line interface for interacting with ethermintd",
|
||||
}
|
||||
|
||||
// Add --chain-id to persistent flags and mark it required
|
||||
@@ -59,7 +59,7 @@ func main() {
|
||||
ctx := server.NewDefaultContext()
|
||||
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "emintd",
|
||||
Use: "ethermintd",
|
||||
Short: "Ethermint App Daemon (server)",
|
||||
PersistentPreRunE: server.PersistentPreRunEFn(ctx),
|
||||
}
|
||||
Reference in New Issue
Block a user