Skip to content

Commit

Permalink
Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 18, 2024
1 parent 9b854a9 commit 2272ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5129,7 +5129,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.takes_value(true)
.validator(is_parsable::<f64>)
.default_value("5")
.help("Reject if the value lost relative to CoinGecko token
.help("Reject if the value lost relative to CoinGecko token \
price exceeds this percentage"),
)
.arg(lot_selection_arg())
Expand Down

0 comments on commit 2272ddc

Please sign in to comment.