merged branch sstok/patch-2 (PR #4272)

Commits
-------

498b814 [FrameworkBundle] minor fix in TranslationUpdateCommand <info> was not properly closed.

Discussion
----------

[FrameworkBundle] TranslationUpdateCommand <info> was not properly closed.

---------------------------------------------------------------------------

by travisbot at 2012-05-13T13:43:06Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1319869) (merged 498b8140 into e1934527).

---------------------------------------------------------------------------

by fabpot at 2012-05-13T17:06:25Z

Can you reopen a PR on the 2.0 branch as this is a bug fix? Thanks.

---------------------------------------------------------------------------

by stof at 2012-05-13T18:09:39Z

@fabpot this command is a 2.1 feature (even if it was added 6 month ago and so seems already old). There is nothing to fix in 2.0
This commit is contained in:
Fabien Potencier 2012-05-13 20:52:26 +02:00
commit 459942b456

View File

@ -122,7 +122,7 @@ EOF
$output->writeln(Yaml::dump($catalogue->all($domain), 10));
}
if ($input->getOption('output-format') == 'xliff') {
$output->writeln('Xliff output version is <info>1.2/info>');
$output->writeln('Xliff output version is <info>1.2</info>');
}
}