diff --git a/README.rst b/README.rst index ae6a4b5..c431e5f 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,12 @@ Features (?P\d{2})? )? + If your files are for example suffixed with UNIX timestamps, you can specify a + regular expression exposing a named capture group ``unixtime`` like this:: + + # Use UNIX timestamps + (?P\d+) + **All actions are logged** Log messages are saved to the system log (e.g. ``/var/log/syslog``) so you can retrace what happened when something seems to have gone wrong.