composer and about command

This commit is contained in:
Simon Vieille 2015-02-22 22:31:05 +01:00
parent 2a43ccc103
commit 3d1d608518
2 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,6 @@
}
},
"require": {
"php": ">=5.5",
"symfony/process": "~2.6",
"symfony/console": "2.*",
"psr/log": "1.0.0",

View file

@ -12,8 +12,7 @@ class AboutCommand extends Command
{
$this
->setName('about')
->setDescription('')
->setHelp("The <info>%command.name%</info> ");
->setDescription('Show information about pdns-console');
}
protected function execute(InputInterface $input, OutputInterface $output)