Fix typo in help text

This commit is contained in:
ghubstan 2021-09-18 12:40:58 -03:00
parent a0f3d0a44c
commit 542aa774b0
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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();