bin/dblink in dblink-0.4.1 vs bin/dblink in dblink-0.4.2

- old
+ new

@@ -69,9 +69,13 @@ opts.on("-cr", "--[no-]check-remote", "Default true. Check connection via ssh tonnel") do |value| CLI_OPTS[:check_tonnel] = value end + opts.on("--pgbouncer-user [USER]", "PgBouncer can not run as root") do |value| + CLI_OPTS[:pgbouncer_user] = value + end + opts.on_tail("-h", "--help", "Show this message") do puts opts exit end