Browse Source

Merge pull request #49 from igorw/packagist-prefix

rename the pkg cli prefix to packagist
Jordi Boggiano 13 years ago
parent
commit
41473a2800
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Command/UpdatePackagesCommand.php

+ 1 - 1
src/Packagist/WebBundle/Command/UpdatePackagesCommand.php

@@ -47,7 +47,7 @@ class UpdatePackagesCommand extends ContainerAwareCommand
     protected function configure()
     protected function configure()
     {
     {
         $this
         $this
-            ->setName('pkg:update')
+            ->setName('packagist:update')
             ->setDefinition(array(
             ->setDefinition(array(
                 new InputOption('force', null, InputOption::VALUE_NONE, 'Force a re-crawl of all packages'),
                 new InputOption('force', null, InputOption::VALUE_NONE, 'Force a re-crawl of all packages'),
             ))
             ))