File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ protected function configure(): void
5656 'target ' ,
5757 null ,
5858 InputOption::VALUE_OPTIONAL ,
59- 'Override the target directory to dump routes in. '
59+ 'Override the target file to dump routes in. '
6060 )
6161 ->addOption (
6262 'locale ' ,
Original file line number Diff line number Diff line change @@ -43,8 +43,10 @@ Or inside assetic, do
4343.. tip ::
4444
4545 If you are using JMSI18nRoutingBundle, you need to run the command with the
46- ``--locale `` parameter once for each locale you use and adjust your include
47- paths accordingly.
46+ ``--locale `` parameter and a custom ``--target `` once for each locale you use.
47+ Then adjust your include path accordingly. Note that you can only load the dump
48+ of one locale at once in your html as each following dump would overwrite the
49+ data of the previous one.
4850
4951fos:js-routing: debug
5052--------------------
You can’t perform that action at this time.
0 commit comments