1
0
Fork 0

Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones

I tested it, and even with "dist" packages, the status command is able to find modified vendor 
(And that's amazing, thanks)
pull/9258/head
Grégoire Pineau 2020-10-02 10:11:47 +02:00 committed by GitHub
parent 23d42c6717
commit bfb4abfb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.'),
))