mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-11 09:38:43 -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(
|
parser.add_argument(
|
||||||
'-l', '--log',
|
'-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(
|
parser.add_argument(
|
||||||
'-o', '--output',
|
'-o', '--output',
|
||||||
|
|
Loading…
Add table
Reference in a new issue