Skip to content

Commit 03e40dd

Browse files
committed
--all is an option not an argument!
1 parent 09e0d97 commit 03e40dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
133133
);
134134
}
135135
}
136-
} elseif ($input->getArgument('all')) {
136+
} elseif ($input->getOption('all')) {
137137
foreach ($kernel->getBundles() as $bundle) {
138138
$rootPaths[] = $bundle->getPath();
139139
}

0 commit comments

Comments
 (0)