DDC-1214 - Fix UpdateCommand::getFullName()
This commit is contained in:
parent
c62e27898c
commit
1c2ade61ab
@ -128,8 +128,8 @@ EOT
|
|||||||
$output->writeln(sprintf('The Schema-Tool would execute <info>"%s"</info> queries to update the database.', count($sqls)));
|
$output->writeln(sprintf('The Schema-Tool would execute <info>"%s"</info> queries to update the database.', count($sqls)));
|
||||||
$output->writeln('Please run the operation by passing one of the following options:');
|
$output->writeln('Please run the operation by passing one of the following options:');
|
||||||
|
|
||||||
$output->writeln(sprintf(' <info>%s --force</info> to execute the command', $this->getFullName()));
|
$output->writeln(sprintf(' <info>%s --force</info> to execute the command', $this->getName()));
|
||||||
$output->writeln(sprintf(' <info>%s --dump-sql</info> to dump the SQL statements to the screen', $this->getFullName()));
|
$output->writeln(sprintf(' <info>%s --dump-sql</info> to dump the SQL statements to the screen', $this->getName()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user