Pārlūkot izejas kodu

fixed help URL for ClearCacheCommand

Christian Raue 5 gadi atpakaļ
vecāks
revīzija
b644f63a93
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/Composer/Command/ClearCacheCommand.php

+ 1 - 1
src/Composer/Command/ClearCacheCommand.php

@@ -33,7 +33,7 @@ class ClearCacheCommand extends BaseCommand
 The <info>clear-cache</info> deletes all cached packages from composer's
 cache directory.
 
-Read more at https://getcomposer.org/doc/03-cli.md#clear-cache-clearcache-
+Read more at https://getcomposer.org/doc/03-cli.md#clear-cache-clearcache-cc
 EOT
             )
         ;