Add -p switch to main.md
This commit is contained in:
parent
cc7bca7c86
commit
b253caab0d
|
@ -11,7 +11,7 @@ Nevertheless, iwla is only focused on HTTP logs. It uses data (robots definition
|
||||||
Usage
|
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
|
-c : Clean output (database and HTML) before starting
|
||||||
-i : Read data from stdin instead of conf.analyzed_filename
|
-i : Read data from stdin instead of conf.analyzed_filename
|
||||||
|
@ -19,7 +19,8 @@ Usage
|
||||||
-d : Loglevel in ['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']
|
-d : Loglevel in ['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']
|
||||||
-r : Reset analysis to a specific date (month/year)
|
-r : Reset analysis to a specific date (month/year)
|
||||||
-z : Don't compress databases (bigger but faster, not compatible with compressed databases)
|
-z : Don't compress databases (bigger but faster, not compatible with compressed databases)
|
||||||
|
-p : Only generate display
|
||||||
|
|
||||||
Basic usage
|
Basic usage
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user