Regenerate CLI-usage

This commit is contained in:
Thor77 2017-02-27 12:42:12 +01:00
parent 6c35aed767
commit fb5a136b9d
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,10 @@ Parse logs matching `ts3server*.log` in `/var/log/teamspeak3-server` and write o
# CLI-Usage # CLI-Usage
``` ```
usage: tsstats [-h] [-c CONFIG] [--idmap IDMAP] [-l LOG] [-o OUTPUT] [-d] usage: tsstats [-h] [-c CONFIG] [--idmap IDMAP] [-l LOG] [-o OUTPUT] [-d]
[-nod] [-ds] [-nod] [-t TEMPLATE] [-dtf DATETIMEFORMAT]
[-otth ONLINETIMETHRESHOLD]
A simple Teamspeak stats-generator - based solely on server-logs A simple Teamspeak stats-generator, based solely on server-logs
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
@ -36,6 +37,7 @@ optional arguments:
-o OUTPUT, --output OUTPUT -o OUTPUT, --output OUTPUT
path to the output-file path to the output-file
-d, --debug debug mode -d, --debug debug mode
-ds, --debugstdout write debug output to stdout
-nod, --noonlinedc don't add connect until now to onlinetime -nod, --noonlinedc don't add connect until now to onlinetime
-t TEMPLATE, --template TEMPLATE -t TEMPLATE, --template TEMPLATE
path to custom template path to custom template