Преглед на файлове

Merge pull request #8709 from craue/patch-2

fix help URL for ClearCacheCommand
Jordi Boggiano преди 5 години
родител
ревизия
0663eb5ef7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
             )
         ;