Removed end blank line in help display.
This commit is contained in:
parent
ab185d4923
commit
be075eb180
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue