From 7a7ed94985d83c865d6e03656281c71bea01e3f1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 Aug 2013 00:08:22 +0200 Subject: Update updater.py --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3