File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ def slop_options
94
94
o . boolean "--fail-fast" , "stop on the first failed table" , default : false
95
95
o . boolean "--no-rules" , "don't apply data rules" , default : false
96
96
o . boolean "--no-sequences" , "don't sync sequences" , default : false
97
+ o . string "--replication-origin" , "replication origin"
97
98
98
99
# not shown in help
99
100
# o.separator ""
100
101
# o.separator "Append-only table options:"
101
102
o . boolean "--in-batches" , "sync in batches" , default : false , help : false
102
103
o . integer "--batch-size" , "batch size" , default : 10000 , help : false
103
104
o . float "--sleep" , "time to sleep between batches" , default : 0 , help : false
104
- o . string "--replication-origin" , "replication origin" , help : false
105
105
106
106
o . separator ""
107
107
o . separator "Other commands:"
You can’t perform that action at this time.
0 commit comments