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:
parent
8299c73eb9
commit
fec833d876
|
@ -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/>`__!
|
||||
|
||||
|
|
Loading…
Reference in New Issue