From 9fb2ff64aad2a42bb74fe3957f8f57564b464dff Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 27 Feb 2016 02:04:16 +0100 Subject: [PATCH] MigrationCommand: verbose help --- application/clicommands/MigrationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/clicommands/MigrationCommand.php b/application/clicommands/MigrationCommand.php index 802e3257..6a4d0027 100644 --- a/application/clicommands/MigrationCommand.php +++ b/application/clicommands/MigrationCommand.php @@ -25,7 +25,7 @@ class MigrationCommand extends Command * } * * 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() {