Skip to content

Commit

Permalink
moved replication-origin to help
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyry Liukas committed Feb 24, 2024
1 parent 4976b92 commit 4c19f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pgsync/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ def slop_options
o.boolean "--fail-fast", "stop on the first failed table", default: false
o.boolean "--no-rules", "don't apply data rules", default: false
o.boolean "--no-sequences", "don't sync sequences", default: false
o.string "--replication-origin", "replication origin"

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

o.separator ""
o.separator "Other commands:"
Expand Down

0 comments on commit 4c19f49

Please sign in to comment.