$this->setDescription('Migrates the "Matrikelnummer" datafield into the matriculation_number column of the auth_user_md5 table.');
$this->setDescription(
$this->setHelp('This command migrates the "Matrikelnummer" datafield into the matriculation_number column of the auth_user_md5 table. The ID of the datafield must be provided. The datafield is not deleted in the migration process.');
'Migrates the "Matrikelnummer" datafield into the matriculation_number column of the auth_user_md5 table.'
);
$this->setHelp(
'This command migrates the "Matrikelnummer" datafield into the matriculation_number column of the auth_user_md5 table. The ID of the datafield must be provided. The datafield is not deleted in the migration process.'
);
$this->addOption('id','i',InputOption::VALUE_REQUIRED,'The ID of the "Matrikelnummer" datafield.',null);
$this->addOption('id','i',InputOption::VALUE_REQUIRED,'The ID of the "Matrikelnummer" datafield.',null);