Skip to content

Commit

Permalink
fix: Use better short description for the babylond executable (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis authored Nov 21, 2022
1 parent c0165ab commit 605b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/babylond/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {

rootCmd := &cobra.Command{
Use: "babylond",
Short: "simulation app",
Short: "Start the Babylon app",
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
// set the default command outputs
cmd.SetOut(cmd.OutOrStdout())
Expand Down

0 comments on commit 605b075

Please sign in to comment.