added type for arg count

This commit is contained in:
Mark McIntyre 2019-11-13 09:15:52 -05:00
parent cc360921fc
commit 05d6e25b63

View File

@ -35,6 +35,7 @@ def parse_args():
)
argp.add_argument(
'-c', '--count',
type=int,
help="Number of log files to generate"
)