summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,