looks like it's done.

This commit is contained in:
brent s. 2020-06-17 01:01:28 -04:00
parent 961952ed56
commit 0b2b74888f
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def parseArgs():
dest = 'logdir',
help = ('The path to the directory where logs should be written. The actual log files will be '
'named after their respective distro names in the config file. '
'Defailt: {0}'.format(_def_logdir)))
'Default: {0}'.format(_def_logdir)))
return(args)