change binary name (#431)

This commit is contained in:
Justin Thompson
2020-08-05 11:17:50 -04:00
committed by GitHub
parent 5ff2b316cb
commit bcca24f752
23 changed files with 172 additions and 172 deletions
@@ -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),
}