Skip to content

Commit

Permalink
desc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Nov 8, 2023
1 parent bab152e commit fc04056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/comdex/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func NewRootCmd() (*cobra.Command, comdex.EncodingConfig) {
cobra.EnableCommandSorting = false
root := &cobra.Command{
Use: "comdex",
Short: "Comdex - Decentralised Synthetic Asset Exchange",
Short: "Comdex - DeFi Infrastructure layer for the Cosmos ecosystem",
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
initClientCtx, err := client.ReadPersistentCommandFlags(initClientCtx, cmd.Flags())
if err != nil {
Expand Down

0 comments on commit fc04056

Please sign in to comment.