1
0
Fork 0

Fix class description of archive command

pull/1567/head
Nils Adermann 2013-02-17 17:36:32 +01:00
parent 285603359c
commit 838edd6e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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>
*/