Update config- and cli-documentation in README.md to include template-option
This commit is contained in:
parent
5c52ab1995
commit
bd2157c2b8
|
@ -31,6 +31,8 @@ optional arguments:
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
@ -43,6 +45,7 @@ optional arguments:
|
||||||
| idmap | Path to [IdentMap](http://teamspeakstats.readthedocs.io/en/latest/identmap.html) |
|
| idmap | Path to [IdentMap](http://teamspeakstats.readthedocs.io/en/latest/identmap.html) |
|
||||||
| debug | debug mode |
|
| debug | debug mode |
|
||||||
| onlinedc | Add timedelta from last-connect until now to onlinetime for connected clients |
|
| onlinedc | Add timedelta from last-connect until now to onlinetime for connected clients |
|
||||||
|
| template | Path to a custom template file (relative from `tsstats/` or absolute) |
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in New Issue