Skip to content

Commit

Permalink
update query markets
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimeno committed Sep 15, 2023
1 parent 1e65fc0 commit bee3026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/perp/v2/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ func CmdQueryMarkets() *cobra.Command {
cmd := &cobra.Command{
Use: "markets",
Short: "query all market info",
Args: cobra.NoArgs,
Long: "query all market info, including version, if --versioned is set to true all markets will be shown, " +
"active and inactive, otherwise only active markets will be shown",
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientQueryContext(cmd)
if err != nil {
Expand Down

0 comments on commit bee3026

Please sign in to comment.