Skip to content

Commit

Permalink
Change rootCmd to return dymension short description (#100)
Browse files Browse the repository at this point in the history
* Change rootCmd to return dymension short description

* add github issue reference
  • Loading branch information
ItzhakBokris authored Sep 20, 2022
1 parent 18791c5 commit f68b100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/dymd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ func main() {
app.New,
// this line is used by starport scaffolding # root/arguments
)
// see git issue: https://github.com/dymensionxyz/dymension/issues/99
rootCmd.Short = "Start dYmension app"
if err := svrcmd.Execute(rootCmd, app.DefaultNodeHome); err != nil {
os.Exit(1)
}
Expand Down

0 comments on commit f68b100

Please sign in to comment.