8000 [FrameworkBundle] added short description for the assets:install comm… · Modder/symfony@1c082b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c082b8

Browse files
author
Hugo Hamon
committed
[FrameworkBundle] added short description for the assets:install command.
1 parent e16ccaa commit 1c082b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ protected function configure()
3434
new InputArgument('target', InputArgument::REQUIRED, 'The target directory (usually "web")'),
3535
))
3636
->addOption('symlink', null, InputOption::VALUE_NONE, 'Symlinks the assets instead of copying it')
37+
->setDescription('Install bundles web assets under a public web directory')
3738
->setHelp(<<<EOT
3839
The <info>assets:install</info> command installs bundle assets into a given
3940
directory (e.g. the web directory).
4041
41-
<info>./app/console assets:install web [--symlink]</info>
42+
<info>php app/console assets:install web [--symlink]</info>
4243
4344
A "bundles" directory will be created inside the target directory, and the
4445
"Resources/public" directory of each bundle will be copied into it.

0 commit comments

Comments
 (0)
0