Add zone record command

This commit is contained in:
Simon Vieille 2015-02-21 20:35:59 +01:00
parent 462dfcbceb
commit 298c212499

View file

@ -72,7 +72,7 @@ class ZoneRecordAddCommand extends AbstractCommand
while (!$this->getHelper('validator')->isRecordType($type)) {
$this->getOutput()->writeln('');
$this->getOutput()->writeln(sprintf(
'Possible choices: <comment>%s</comment>',
'Available types: <comment>%s</comment>',
implode(' ', ZoneRecordTableMap::getValueSet(ZoneRecordTableMap::COL_TYPE))
));