Skip to content

Commit

Permalink
minor change in CLI help texts
Browse files Browse the repository at this point in the history
  • Loading branch information
isanvicente committed Oct 3, 2018
1 parent d2e2eec commit fa2ad42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/elh/eus/MSM/CLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,10 @@ public final void loadUserLocationGeocoderParameters()
.setDefault("unknown")
.help("which sources to look for its influence for (only for database interaction):\n"
+ "\t - \"unknown\" : sources that have not been yet processed at all\n"
+ "\t - \"error\" : sources that have been processed but no influence could be retrieved\n"
+ "\t - \"error\" : sources that have been processed but no geolocation could be retrieved\n"
+ "\t - \"all\" : all sources.\n\t\tWARNING: this will override values in the database.\n"
+ "\t\tWARNING2:Depending on the number of sources in the database this could take a very long time.\n");
+ "\t\tWARNING1:Depending on the number of sources in the database this could take a very long time."
+ " Also be careful about your API key rate limits!\n");
userLocationGeocoderParser.addArgument("-a", "--api")
.choices("mapquest","mapquest-open","openstreetmaps", "googlemaps", "LocationIQ", "OpenCage","all")
.setDefault("all")
Expand Down

0 comments on commit fa2ad42

Please sign in to comment.