DS-4440 GDPR - Anonymize statistics feature - feedback

This commit is contained in:
Samuel
2020-03-10 18:56:27 +01:00
committed by Samuel
parent 810b9c3bbc
commit 10f38d3fe5
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ public class AnonymizeStatistics {
options.addOption(
builder(SLEEP_OPTION)
.longOpt("sleep")
.desc("Sleep a certain time between each solr request")
.desc("Sleep a certain time given in milliseconds between each solr request")
.hasArg(true)
.build()
);
@@ -134,7 +134,7 @@ public class AnonymizeStatistics {
if (commandLine.hasOption(HELP_OPTION)) {
printHelp(options);
System.exit(0);
System.exit(-1);
}
if (commandLine.hasOption(SLEEP_OPTION)) {