You are here

function drush_migrate_reset_status_validate in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 migrate.drush.inc \drush_migrate_reset_status_validate()

File

./migrate.drush.inc, line 948
Drush support for the migrate module

Code

function drush_migrate_reset_status_validate($args = NULL) {
  return drush_migrate_validate_common($args);
}