diff --git a/composer.json b/composer.json index 8bcb6a9..fd1c5ef 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ } }, "require": { - "php": ">=5.5", "symfony/process": "~2.6", "symfony/console": "2.*", "psr/log": "1.0.0", diff --git a/src/Deblan/PowerDNS/Command/AboutCommand.php b/src/Deblan/PowerDNS/Command/AboutCommand.php index 86fdb69..0e2200d 100644 --- a/src/Deblan/PowerDNS/Command/AboutCommand.php +++ b/src/Deblan/PowerDNS/Command/AboutCommand.php @@ -12,8 +12,7 @@ class AboutCommand extends Command { $this ->setName('about') - ->setDescription('') - ->setHelp("The %command.name% "); + ->setDescription('Show information about pdns-console'); } protected function execute(InputInterface $input, OutputInterface $output)