summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:52:38 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:52:38 +0100
commitdbb61f23aff70416948eeb6a4e3b1489a244acc3 (patch)
tree0c240c72977ab49329b761e4dbbad067e4ee648f /bin
parentdf05ed6f269050d5c792f23c18ab7ddaa7e607a8 (diff)
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updater.py2
1 files changed, 1 insertions, 1 deletions
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',