summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-12 00:08:22 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-12 00:08:22 +0200
commit7a7ed94985d83c865d6e03656281c71bea01e3f1 (patch)
treed8b06c0e82fd187a658c9b4546700294c241dc44
parent0d42d719284b6b620be0a12027a2c209325cb597 (diff)
Update updater.py
-rw-r--r--bin/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index 5c669848e..7351668a6 100644
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -131,7 +131,7 @@ class Updater:
def main():
parser = argparse.ArgumentParser()
parser.add_argument('--runonce',
- help='Run update only once', action='store_true')
+ help='Run update only once, only recommended for testing', action='store_true')
parser.add_argument('--threads',
help='How many feeds should be fetched in paralell, defaults to 10',
default=10,