Use prefix instead of table_prefix.

This commit is contained in:
albertogg 2013-11-06 19:14:39 -05:00
parent 55f583da00
commit 41b2000129
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ command :import do |c|
c.option '--user STRING', 'Username to use when migrating'
c.option '--pass STRING', 'Password to use when migrating'
c.option '--host STRING', 'Host address to use when migrating'
c.option '--table_prefix STRING', 'Database table prefix to use when migrating'
c.option '--prefix STRING', 'Database table prefix to use when migrating'
c.action do |args, options|
begin