mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Fix help text typo
This commit is contained in:
parent
0aa0852407
commit
05d1916ae9
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ public class CliMain {
|
|||
stream.format(rowFormat, "", "--currency-code=<currency-code> \\", "");
|
||||
stream.format(rowFormat, "", "--amount=<btc-amount> \\", "");
|
||||
stream.format(rowFormat, "", "[--min-amount=<min-btc-amount>] \\", "");
|
||||
stream.format(rowFormat, "", "--fixed-price=<price> | --market-price=margin=<percent> \\", "");
|
||||
stream.format(rowFormat, "", "--fixed-price=<price> | --market-price-margin=<percent> \\", "");
|
||||
stream.format(rowFormat, "", "--security-deposit=<percent> \\", "");
|
||||
stream.format(rowFormat, "", "[--fee-currency=<bsq|btc>]", "");
|
||||
stream.format(rowFormat, "", "[--trigger-price=<price>]", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue