mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Make opt description generic
This commit is contained in:
parent
5538914cf8
commit
ef4acc0b73
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import static joptsimple.internal.Strings.EMPTY;
|
||||||
|
|
||||||
public class WithdrawFundsOptionParser extends AbstractMethodOptionParser implements MethodOpts {
|
public class WithdrawFundsOptionParser extends AbstractMethodOptionParser implements MethodOpts {
|
||||||
|
|
||||||
final OptionSpec<String> tradeIdOpt = parser.accepts(OPT_TRADE_ID, "id of trade to get")
|
final OptionSpec<String> tradeIdOpt = parser.accepts(OPT_TRADE_ID, "id of trade")
|
||||||
.withRequiredArg()
|
.withRequiredArg()
|
||||||
.defaultsTo(EMPTY);
|
.defaultsTo(EMPTY);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue