Merge pull request #9258 from lyrixx/patch-1

Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones
main
Jordi Boggiano 4 years ago committed by GitHub
commit 6d8420644e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ class StatusCommand extends BaseCommand
{
$this
->setName('status')
->setDescription('Shows a list of locally modified packages, for packages installed from source.')
->setDescription('Shows a list of locally modified packages.')
->setDefinition(array(
new InputOption('verbose', 'v|vv|vvv', InputOption::VALUE_NONE, 'Show modified files for each directory that contains changes.'),
))

Loading…
Cancel
Save