This commit is contained in:
Bernhard Posselt 2014-12-04 14:44:51 +01:00
Родитель 1f0a07a20b
Коммит c3f2f5d232
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,9 +33,9 @@ def main():
type=int)
parser.add_argument('--interval', '-i',
help='Update interval between fetching the next round of \
updates in minutes, defaults to 30 minutes. The update timespan \
updates in seconds, defaults to 15 minutes. The update timespan \
will be subtracted from the interval.',
default=30,
default=15*60,
type=int)
parser.add_argument('--config', '-c',
help='Path to config file where all parameters except can be defined \