1
0
Fork 0

Change status command help to make it clearer, closes #7213

pull/7096/merge
Carlos 2018-03-24 13:57:39 +01:00 committed by Jordi Boggiano
parent 78017bcbcb
commit 2f56c3c334
1 changed files with 1 additions and 1 deletions

View File

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