diff options
| author | Marko Kreen | 2010-12-03 15:26:43 +0000 |
|---|---|---|
| committer | Marko Kreen | 2010-12-03 15:26:43 +0000 |
| commit | 0bae3c2b063d272dc2bb571b406765cc97c2aca6 (patch) | |
| tree | ff56c68d3c146fad70473acae00ed5afa629e557 | |
| parent | f2887be34e81ad75c0befb2c67d30b0e8b6a49f9 (diff) | |
bulkloader doc: show correct londiste switch
| -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: |
