Explorar o código

Fix class description of archive command

Nils Adermann %!s(int64=12) %!d(string=hai) anos
pai
achega
838edd6e7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Command/ArchiveCommand.php

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

@@ -24,7 +24,7 @@ use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Output\OutputInterface;
 
 /**
- * Install a package as new project into new directory.
+ * Creates an archive of a package for distribution.
  *
  * @author Nils Adermann <naderman@naderman.de>
  */