summaryrefslogtreecommitdiff
path: root/python/londiste.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/londiste.py')
-rwxr-xr-xpython/londiste.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/londiste.py b/python/londiste.py
index 7584e59f..e973392d 100755
--- a/python/londiste.py
+++ b/python/londiste.py
@@ -116,8 +116,10 @@ class Londiste(skytools.DBScript):
help = "add: create table/seq if not exist")
g.add_option("--create-only",
help = "add: create table/seq if not exist (seq,pkey,full,indexes,fkeys)")
+ g.add_option("--trigger-flags",
+ help="add: Set trigger flags (BAIUDLQ)")
g.add_option("--trigger-arg", action="append",
- help="add: Custom trigger arg")
+ help="add: Custom trigger arg (can be specified multiply times)")
g.add_option("--handler", action="append",
help="add: Custom handler for table")
g.add_option("--copy-condition", dest="copy_condition",