diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/londiste/handlers/bulk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/londiste/handlers/bulk.py b/python/londiste/handlers/bulk.py index a26fb56a..c95bb473 100644 --- a/python/londiste/handlers/bulk.py +++ b/python/londiste/handlers/bulk.py @@ -6,11 +6,11 @@ To use set in londiste.ini: handler_modules = londiste.handlers.bulk then add table with: - londiste3 add-table xx --handlers="bulk" + londiste3 add-table xx --handler="bulk" or - londiste3 add-table xx --handlers="bulk(method=X)" + londiste3 add-table xx --handler="bulk(method=X)" Methods: |