update cli-help and config-keys in README.md
* bump version to 0.6.3
This commit is contained in:
parent
ea5d997b5a
commit
6074fe0d63
17
README.md
17
README.md
|
@ -16,15 +16,19 @@ A simple Teamspeak stat-generator - based on server-logs
|
|||
|
||||
# CMD-Arguments
|
||||
```
|
||||
usage: tsstats [-h] [--config CONFIG] [--idmap IDMAP] [--debug]
|
||||
usage: tsstats [-h] [-c CONFIG] [--idmap IDMAP] [-l LOG] [-o OUTPUT] [-d]
|
||||
|
||||
A simple Teamspeak stats-generator - based on server-logs
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--config CONFIG path to config
|
||||
-c CONFIG, --config CONFIG
|
||||
path to config
|
||||
--idmap IDMAP path to id_map
|
||||
--debug debug mode
|
||||
-l LOG, --log LOG path to your logfile(s)
|
||||
-o OUTPUT, --output OUTPUT
|
||||
path to the output-file
|
||||
-d, --debug debug mode
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
@ -34,11 +38,8 @@ optional arguments:
|
|||
|-----|-------------|
|
||||
| log | Path to TS3Server-logfile(s) (supports [globbing](https://docs.python.org/3/library/glob.html)) |
|
||||
| output | Path to the location, where the generator will put the generated `.html`-file |
|
||||
|
||||
#### [HTML]
|
||||
| Key | Description |
|
||||
|-----|-------------|
|
||||
| title | HTML-Title of the generated `.html`-file
|
||||
| idmap | Path to [IdentMap](http://teamspeakstats.readthedocs.io/en/latest/identmap.html) |
|
||||
| debug | debug mode |
|
||||
|
||||
|
||||
## Example
|
||||
|
|
|
@ -56,7 +56,7 @@ author = 'Thor77'
|
|||
# The short X.Y version.
|
||||
version = '0.6'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.6.2'
|
||||
release = '0.6.3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in New Issue