mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Revert "There is no --swap opt in editoffer command"
This reverts commit b5981b5b71
.
This was a mistake. There is a swap opt in the createoffer command.
This commit is contained in:
parent
0d8559d0d2
commit
66115f3d81
@ -832,6 +832,7 @@ public class CliMain {
|
||||
stream.format(rowFormat, "", "--security-deposit=<percent> \\", "");
|
||||
stream.format(rowFormat, "", "[--fee-currency=<bsq|btc>]", "");
|
||||
stream.format(rowFormat, "", "[--trigger-price=<price>]", "");
|
||||
stream.format(rowFormat, "", "[--swap=<true|false>]", "");
|
||||
stream.println();
|
||||
stream.format(rowFormat, editoffer.name(), "--offer-id=<offer-id> \\", "Edit offer with id");
|
||||
stream.format(rowFormat, "", "[--fixed-price=<price>] \\", "");
|
||||
|
Loading…
Reference in New Issue
Block a user