Skip to content

Commit

Permalink
Fix helper text (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 authored Feb 17, 2025
1 parent 8c96d63 commit 63ecf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/infpool_avail_liquidity.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var availLiquidityCmd = &cobra.Command{
Use: "avail-liquidity",
Short: "Get the total FIL locked in the Infinity Pool",
Short: "Get the total FIL available for borrowing from the Infinity Pool",
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Querying the available liquidity from the Infinity Pool...")
Expand Down

0 comments on commit 63ecf33

Please sign in to comment.