From dbb61f23aff70416948eeb6a4e3b1489a244acc3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 17 Nov 2014 11:52:38 +0100 Subject: fix typo --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater.py b/bin/updater.py index 47f8b1549..bb003983a 100755 --- a/bin/updater.py +++ b/bin/updater.py @@ -139,7 +139,7 @@ def main(): help='Run update only once, DO NOT use this in a cron job, only \ recommended for testing', action='store_true') parser.add_argument('--threads', '-t', - help='How many feeds should be fetched in paralell, defaults to 10', + help='How many feeds should be fetched in parallel, defaults to 10', default=10, type=int) parser.add_argument('--timeout', '-s', -- cgit v1.2.3