Fixed help message.
This commit is contained in:
parent
4e0d9e8ab7
commit
9cd09831ff
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public final class LogarCLI
|
|||
message.appendln("Usage:");
|
||||
message.appendln(" logar [ -h | -help | --help ]");
|
||||
message.appendln(" logar [ -v | -version | --version ]");
|
||||
message.appendln(" logar anonymize <fileordirectory> [-map <mapfile>] anonymize ip and user");
|
||||
message.appendln(" logar anonymize [-map <mapfile>] <fileordirectory> anonymize ip and user");
|
||||
message.appendln(" logar archive [-dry] <source> <target> archive previous month from /var/log/nginx/ tree");
|
||||
message.appendln(" logar check <fileordirectory> check line format in log files");
|
||||
message.appendln(" logar checksort <fileordirectory> check sort in log files");
|
||||
|
|
Loading…
Reference in a new issue