Point to log-directory without glob in example

as the current example will trigger shell-expansion and possibly lead to
confusion (see #21)
This commit is contained in:
Thor77 2017-04-30 21:25:42 +02:00
parent 8299c73eb9
commit fec833d876
1 changed files with 2 additions and 3 deletions

View File

@ -28,10 +28,9 @@ Example
::
tsstats -l /var/log/teamspeak3-server/ts3server*.log -o /var/www/tsstats.html
tsstats -l /var/log/teamspeak3-server/ -o /var/www/tsstats.html
Parse logs matching ``ts3server*.log`` in ``/var/log/teamspeak3-server``
and write output to ``/var/www/tsstats.html``.
Parse logs in ``/var/log/teamspeak3-server`` and write output to ``/var/www/tsstats.html``.
For more details checkout the `documentation <http://teamspeakstats.readthedocs.io/en/latest/>`__!