summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-13 13:59:07 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-13 13:59:07 +0200
commit1d87bb43c7439ea9f91d652f417e17457d0311df (patch)
tree47fca05e244c69a9c4881229807bb98a93fa472e
parent1792e58555c16007ce3bc6487c54a1d8ce6caee1 (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 37bcba00e..bcf9f4f79 100644
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -132,7 +132,7 @@ class Updater:
def main():
parser = argparse.ArgumentParser()
parser.add_argument('--runonce',
- help='Run update only once, only recommended for testing', action='store_true')
+ help='Run update only once, DO NOT use this in a cron job, 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,