Skip to content

Commit 4c19f49

Browse files
author
Pyry Liukas
committed
moved replication-origin to help
1 parent 4976b92 commit 4c19f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pgsync/client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ def slop_options
9494
o.boolean "--fail-fast", "stop on the first failed table", default: false
9595
o.boolean "--no-rules", "don't apply data rules", default: false
9696
o.boolean "--no-sequences", "don't sync sequences", default: false
97+
o.string "--replication-origin", "replication origin"
9798

9899
# not shown in help
99100
# o.separator ""
100101
# o.separator "Append-only table options:"
101102
o.boolean "--in-batches", "sync in batches", default: false, help: false
102103
o.integer "--batch-size", "batch size", default: 10000, help: false
103104
o.float "--sleep", "time to sleep between batches", default: 0, help: false
104-
o.string "--replication-origin", "replication origin", help: false
105105

106106
o.separator ""
107107
o.separator "Other commands:"

0 commit comments

Comments
 (0)