Selaa lähdekoodia

Fix class description of archive command

Nils Adermann 12 vuotta sitten
vanhempi
commit
838edd6e7a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>
  */