Fixed message

This commit is contained in:
William DURAND 2011-08-23 15:58:53 +02:00
parent a9745933ed
commit c0dbe49b65

View file

@ -288,7 +288,7 @@ EOT;
throw new \InvalidArgumentException(sprintf('Connection named %s doesn\'t exist', $name));
}
$output->writeln(sprintf('<info>Use connection named <comment>%s</comment></info>', $name));
$output->writeln(sprintf('<info>[Propel] Use connection named <comment>%s</comment></info>', $name));
return array($name, $defaultConfig);
}