[FrameworkBundle] harmonized commands descriptions.

This commit is contained in:
Hugo Hamon 2012-01-09 10:01:34 +01:00
parent 082909417b
commit 7eb1c436ae
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class AssetsInstallCommand extends ContainerAwareCommand
new InputArgument('target', InputArgument::REQUIRED, 'The target directory (usually "web")'),
))
->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
The <info>assets:install</info> command installs bundle assets into a given
directory (e.g. the web directory).

View File

@ -37,7 +37,7 @@ class CacheClearCommand extends ContainerAwareCommand
->setDefinition(array(
new InputOption('no-warmup', '', InputOption::VALUE_NONE, 'Do not warm up the cache'),
))
->setDescription('Clear the cache')
->setDescription('Clears the cache')
->setHelp(<<<EOF
The <info>cache:clear</info> command clears the application cache for a given environment
and debug mode: