Add -p switch to main.md

This commit is contained in:
Gregory Soutade 2017-01-29 09:42:47 +01:00
parent cc7bca7c86
commit b253caab0d
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Nevertheless, iwla is only focused on HTTP logs. It uses data (robots definition
Usage
-----
./iwla [-c|--clean-output] [-i|--stdin] [-f FILE|--file FILE] [-d LOGLEVEL|--log-level LOGLEVEL] [-r|--reset year/month] [-z|--dont-compress]
./iwla [-c|--clean-output] [-i|--stdin] [-f FILE|--file FILE] [-d LOGLEVEL|--log-level LOGLEVEL] [-r|--reset year/month] [-z|--dont-compress] [-p]
-c : Clean output (database and HTML) before starting
-i : Read data from stdin instead of conf.analyzed_filename
@ -19,7 +19,8 @@ Usage
-d : Loglevel in ['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']
-r : Reset analysis to a specific date (month/year)
-z : Don't compress databases (bigger but faster, not compatible with compressed databases)
-p : Only generate display
Basic usage
-----------