mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Make price providers cmdline param more readable
This commit is contained in:
parent
dbecc0a2f1
commit
464388df32
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ public class Config {
|
|||
.defaultsTo(false);
|
||||
|
||||
ArgumentAcceptingOptionSpec<String> providersOpt =
|
||||
parser.accepts(PROVIDERS, "List custom providers")
|
||||
parser.accepts(PROVIDERS, "List custom price providers")
|
||||
.withRequiredArg()
|
||||
.withValuesSeparatedBy(',')
|
||||
.describedAs("host:port[,...]");
|
||||
|
|
Loading…
Add table
Reference in a new issue