Skip to content

Commit

Permalink
Delete unnecessary fields in 'estimate-trade-based-on-price-impact' c…
Browse files Browse the repository at this point in the history
…li usage (osmosis-labs#6774)
  • Loading branch information
DongLieu authored Nov 1, 2023
1 parent 0c6c4db commit cdf8679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/poolmanager/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func GetCmdEstimateTradeBasedOnPriceImpact() (
*osmocli.QueryDescriptor, *queryproto.EstimateTradeBasedOnPriceImpactRequest,
) {
return &osmocli.QueryDescriptor{
Use: "estimate-trade-based-on-price-impact <fromCoin> <toCoinDenom> <poolId> <maxPriceImpact> <externalPrice>",
Use: "estimate-trade-based-on-price-impact",
Short: "Query estimate-trade-based-on-price-impact",
Long: `{{.Short}}
{{.CommandPrefix}} estimate-trade-based-on-price-impact 100uosmo stosmo 833 0.001 1.00`,
Expand Down

0 comments on commit cdf8679

Please sign in to comment.