Fix E501 (line too long)

This commit is contained in:
Thor77 2017-03-24 23:19:48 +01:00
parent 0081ac9939
commit 270b20d385
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ def cli():
)
parser.add_argument(
'-l', '--log',
type=str, help='path to your logfile(s). pass a directory to use all logfiles inside it'
type=str, help='path to your logfile(s). '
'pass a directory to use all logfiles inside it'
)
parser.add_argument(
'-o', '--output',