Removed end blank line in help display.

This commit is contained in:
Christian P. MOMON 2021-12-09 12:25:19 +01:00
parent ab185d4923
commit be075eb180

View file

@ -121,7 +121,7 @@ public final class StatoolInfosCLI
message.appendln(" statoolinfos stat visitors [-bot|-nobot] <fileordirectory> generate stats about visitors (ip+ua) from log file");
message.appendln(" statoolinfos tagdate <fileordirectory> update the file.datetime file");
System.out.println(message.toString());
System.out.print(message.toString());
}
/**