1
0
Fork 0

Fix typo in src/Composer/Command/ClearCacheCommand.php

pull/3034/head
David Neilsen 2014-06-04 21:25:43 +12:00
parent 421c9453a4
commit 075c85dd48
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ClearCacheCommand extends Command
$this $this
->setName('clear-cache') ->setName('clear-cache')
->setAliases(array('clearcache')) ->setAliases(array('clearcache'))
->setDescription('Clears composer\'s interal package cache.') ->setDescription('Clears composer\'s internal package cache.')
->setHelp(<<<EOT ->setHelp(<<<EOT
The <info>clear-cache</info> deletes all cached packages from composer's The <info>clear-cache</info> deletes all cached packages from composer's
cache directory. cache directory.