Make price providers cmdline param more readable

This commit is contained in:
Florian Reimair 2020-02-27 11:34:29 +01:00
parent dbecc0a2f1
commit 464388df32
No known key found for this signature in database
GPG key ID: 05634D8D7A7954C8

View file

@ -373,7 +373,7 @@ public class Config {
.defaultsTo(false); .defaultsTo(false);
ArgumentAcceptingOptionSpec<String> providersOpt = ArgumentAcceptingOptionSpec<String> providersOpt =
parser.accepts(PROVIDERS, "List custom providers") parser.accepts(PROVIDERS, "List custom price providers")
.withRequiredArg() .withRequiredArg()
.withValuesSeparatedBy(',') .withValuesSeparatedBy(',')
.describedAs("host:port[,...]"); .describedAs("host:port[,...]");