Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Chris Beams <[email protected]>
  • Loading branch information
freimair and cbeams authored Feb 27, 2020
1 parent 464388d commit 379259a
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 price providers")
parser.accepts(PROVIDERS, "List custom pricenodes")
.withRequiredArg()
.withValuesSeparatedBy(',')
.describedAs("host:port[,...]");
Expand Down

0 comments on commit 379259a

Please sign in to comment.