Add plugins-dir preos option

This commit is contained in:
Darko Poljak 2019-12-06 19:40:05 +01:00
commit 4735df1bed
4 changed files with 95 additions and 61 deletions

View file

@ -103,7 +103,7 @@ def get_parsers():
name="log level"),
help=('Set the specified verbosity level. '
'The levels, in order from the lowest to the highest, are: '
'ERROR (-1), WARNING (0), INFO (1), VERBOSE (2), DEBUG (3) '
'ERROR (-1), WARNING (0), INFO (1), VERBOSE (2), DEBUG (3), '
'TRACE (4 or higher). If used along with -v then -v '
'increases last set value and -l overwrites last set '
'value.'),