|
@@ -31,7 +31,7 @@ class LicensesCommand extends BaseCommand
|
|
|
{
|
|
|
$this
|
|
|
->setName('licenses')
|
|
|
- ->setDescription('Show information about licenses of dependencies.')
|
|
|
+ ->setDescription('Shows information about licenses of dependencies.')
|
|
|
->setDefinition(array(
|
|
|
new InputOption('format', 'f', InputOption::VALUE_REQUIRED, 'Format of the output: text or json', 'text'),
|
|
|
new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables search in require-dev packages.'),
|