handlers/dispatch: fix keep_all/keep_latest doc
authorMarko Kreen <markokr@gmail.com>
Mon, 28 May 2012 12:22:03 +0000 (15:22 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 28 May 2012 12:22:03 +0000 (15:22 +0300)
python/londiste/handlers/dispatch.py

index 3441fc193618839f13d3aff0c1c3296cc83941d9..4b8701a41819f23335563f4d5de8420246cad778 100644 (file)
@@ -86,8 +86,8 @@ part_template:
 row_mode:
     how rows are applied to target table
     * plain - each event creates SQL statement to run (default)
-    * keep_all - change updates to DELETE + INSERT
-    * keep_latest - change updates to inserts, ignore deletes
+    * keep_latest - change updates to DELETE + INSERT, ignore deletes
+    * keep_all - change updates to inserts, ignore deletes
 
 event_types:
     event types to process, separated by comma. Other events are ignored.