Merge pull request #1669 from albertogg/jekyll-import-arguments

Add table_prefix option for jekyll-importer
This commit is contained in:
Matt Rogers 2013-11-10 19:44:20 -08:00
commit 99d44d261d
1 changed files with 1 additions and 0 deletions

View File

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