mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Fix E501 (line too long)
This commit is contained in:
parent
0081ac9939
commit
270b20d385
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue