Skip to content

Commit c971cb4

Browse files
author
Alexis BOYER
committed
[FrameworkBundle] Cmd TranslationUpdate change default output to xlf
1 parent 22a1c37 commit c971cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/TranslationUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function configure()
6767
new InputArgument('locale', InputArgument::REQUIRED, 'The locale'),
6868
new InputArgument('bundle', InputArgument::OPTIONAL, 'The bundle name or directory where to load the messages, defaults to app/Resources folder'),
6969
new InputOption('prefix', null, InputOption::VALUE_OPTIONAL, 'Override the default prefix', '__'),
70-
new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'yml'),
70+
new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'xlf'),
7171
new InputOption('dump-messages', null, InputOption::VALUE_NONE, 'Should the messages be dumped in the console'),
7272
new InputOption('force', null, InputOption::VALUE_NONE, 'Should the update be done'),
7373
new InputOption('no-backup', null, InputOption::VALUE_NONE, 'Should backup be disabled'),

0 commit comments

Comments
 (0)