Loglite: fix non-existing directive in example.

This commit is contained in:
Wouter R 2016-03-04 20:29:37 +01:00
parent 7a346d6cf1
commit f0c839ffdc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The script looks for filter sets in the file '$HOME/loglite-filters.lua'. It loo
['patterns'] = {
['%(error%)'] = 'red',
['%(warning%)'] = 'yellow',
['%(bulk%)'] = 'gray'
['%(bulk%)'] = 'bold,black'
}
}