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
parent
23d42c6717
commit
bfb4abfb56
|
@ -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…
Reference in New Issue