@@ -57,24 +57,24 @@ protected function configure(): void
5757 ->addOption ('relative ' , null , InputOption::VALUE_NONE , 'Make relative symlinks ' )
5858 ->addOption ('no-cleanup ' , null , InputOption::VALUE_NONE , 'Do not remove the assets of the bundles that no longer exist ' )
5959 ->setHelp (<<<'EOT'
60- The <info>%command.name%</info> command installs bundle assets into a given
61- directory (e.g. the <comment>public</comment> directory).
60+ The <info>%command.name%</info> command installs bundle assets into a given
61+ directory (e.g. the <comment>public</comment> directory).
6262
63- <info>php %command.full_name% public</info>
63+ <info>php %command.full_name% public</info>
6464
65- A "bundles" directory will be created inside the target directory and the
66- "Resources/public" directory of each bundle will be copied into it.
65+ A "bundles" directory will be created inside the target directory and the
66+ "Resources/public" directory of each bundle will be copied into it.
6767
68- To create a symlink to each bundle instead of copying its assets, use the
69- <info>--symlink</info> option (will fall back to hard copies when symbolic links aren't possible:
68+ To create a symlink to each bundle instead of copying its assets, use the
69+ <info>--symlink</info> option (will fall back to hard copies when symbolic links aren't possible:
7070
71- <info>php %command.full_name% public --symlink</info>
71+ <info>php %command.full_name% public --symlink</info>
7272
73- To make symlink relative, add the <info>--relative</info> option:
73+ To make symlink relative, add the <info>--relative</info> option:
7474
75- <info>php %command.full_name% public --symlink --relative</info>
75+ <info>php %command.full_name% public --symlink --relative</info>
7676
77- EOT
77+ EOT
7878 )
7979 ;
8080 }
0 commit comments