mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
DS-4440 GDPR - Anonymize statistics feature - feedback
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user