Skip to content

Commit

Permalink
Merge pull request #4014 from freimair/usability
Browse files Browse the repository at this point in the history
Make price providers cmdline param more readable
  • Loading branch information
sqrrm authored Mar 5, 2020
2 parents a926f2b + 379259a commit bf558c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public Config(String defaultAppName, File defaultUserDataDir, String... args) {
.defaultsTo(false);

ArgumentAcceptingOptionSpec<String> providersOpt =
parser.accepts(PROVIDERS, "List custom providers")
parser.accepts(PROVIDERS, "List custom pricenodes")
.withRequiredArg()
.withValuesSeparatedBy(',')
.describedAs("host:port[,...]");
Expand Down

0 comments on commit bf558c5

Please sign in to comment.