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:
ghubstan 2021-11-28 14:56:57 -03:00
parent 0d8559d0d2
commit 66115f3d81
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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>] \\", "");