소스 검색

Fix class description of archive command

Nils Adermann 12 년 전
부모
커밋
838edd6e7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
  */