added type for arg count
This commit is contained in:
parent
cc360921fc
commit
05d6e25b63
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ def parse_args():
|
|||
)
|
||||
argp.add_argument(
|
||||
'-c', '--count',
|
||||
type=int,
|
||||
help="Number of log files to generate"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue