bin/update_onebody in onebody-updateagent-0.4.2 vs bin/update_onebody in onebody-updateagent-0.4.3

- old
+ new

@@ -36,9 +36,12 @@ end # doesn't work yet #opts.on("-d", "--delete", "Delete people and families not found in source file") do |d| # options[:delete] = true #end + opts.on("--debug", "Enable extra debugging messages.") do |d| + config['debug'] = true if config + end opts.on("--version", "Show version and exit.") do puts "OneBody UpdateAgent version #{UPDATEAGENT_VERSION}" puts exit end