Update cli help output

This commit is contained in:
Thor77 2016-10-30 19:53:26 +01:00
parent 4c89eb8302
commit b520fe588f
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,8 @@ Now you have various options to use TeamspeakStats, going from easy to hard:
To start, you can just use cli-arguments to control the behaviour of TeamspeakStats:: To start, you can just use cli-arguments to control the behaviour of TeamspeakStats::
usage: tsstats [-h] [-c CONFIG] [--idmap IDMAP] [-l LOG] [-o OUTPUT] [-d] [-nod] usage: tsstats [-h] [-c CONFIG] [--idmap IDMAP] [-l LOG] [-o OUTPUT] [-d]
[-nod]
A simple Teamspeak stats-generator - based on server-logs A simple Teamspeak stats-generator - based on server-logs
@ -25,6 +26,10 @@ To start, you can just use cli-arguments to control the behaviour of TeamspeakSt
path to the output-file path to the output-file
-d, --debug debug mode -d, --debug debug mode
-nod, --noonlinedc don't add connect until now to onlinetime -nod, --noonlinedc don't add connect until now to onlinetime
-t TEMPLATE, --template TEMPLATE
path to custom template
-dtf DATETIMEFORMAT, --datetimeformat DATETIMEFORMAT
format of date/time-values (datetime.strftime)
Take a look at :doc:`cli` to get a more in-depth explanation of the available flags. Take a look at :doc:`cli` to get a more in-depth explanation of the available flags.
If you want to use TeamspeakStats in a script (or cron) you should consider creating If you want to use TeamspeakStats in a script (or cron) you should consider creating