Method: Mysql2psql#help

Defined in:
lib/mysql2psql.rb

#helpObject



34
35
36
37
38
39
40
# File 'lib/mysql2psql.rb', line 34

def help
  puts "MySQL to PostgreSQL Conversion\n\n"
  exit -2
end