MigrationCommand: verbose help

This commit is contained in:
Thomas Gelf 2016-02-27 02:04:16 +01:00
parent 55dd6e5a5a
commit 9fb2ff64aa

View File

@ -25,7 +25,7 @@ class MigrationCommand extends Command
* } * }
* *
* Exit code 0 means that there are pending migrations, code 1 that there * Exit code 0 means that there are pending migrations, code 1 that there
* are no such. Use --verbose * are no such. Use --verbose for human readable output
*/ */
public function pendingAction() public function pendingAction()
{ {