mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix typo in help text
This commit is contained in:
parent
a0f3d0a44c
commit
542aa774b0
@ -781,7 +781,7 @@ public class CliMain {
|
||||
stream.println();
|
||||
stream.format(rowFormat, editoffer.name(), "--offer-id=<offer-id> \\", "Edit offer with id");
|
||||
stream.format(rowFormat, "", "[--fixed-price=<price>] \\", "");
|
||||
stream.format(rowFormat, "", "[--market-price=margin=<percent>] \\", "");
|
||||
stream.format(rowFormat, "", "[--market-price-margin=<percent>] \\", "");
|
||||
stream.format(rowFormat, "", "[--trigger-price=<price>] \\", "");
|
||||
stream.format(rowFormat, "", "[--enabled=<true|false>]", "");
|
||||
stream.println();
|
||||
|
Loading…
Reference in New Issue
Block a user