|
@@ -35,7 +35,7 @@ class AssetsInstallCommand extends ContainerAwareCommand
|
|
new InputArgument('target', InputArgument::REQUIRED, 'The target directory (usually "web")'),
|
|
new InputArgument('target', InputArgument::REQUIRED, 'The target directory (usually "web")'),
|
|
))
|
|
))
|
|
->addOption('symlink', null, InputOption::VALUE_NONE, 'Symlinks the assets instead of copying it')
|
|
->addOption('symlink', null, InputOption::VALUE_NONE, 'Symlinks the assets instead of copying it')
|
|
- ->setDescription('Install bundles web assets under a public web directory')
|
|
|
|
|
|
+ ->setDescription('Installs bundles web assets under a public web directory')
|
|
->setHelp(<<<EOT
|
|
->setHelp(<<<EOT
|
|
The <info>assets:install</info> command installs bundle assets into a given
|
|
The <info>assets:install</info> command installs bundle assets into a given
|
|
directory (e.g. the web directory).
|
|
directory (e.g. the web directory).
|