diff --git a/src/Commands/EECliCommand.php b/src/Commands/EECliCommand.php index 237108d..f510749 100644 --- a/src/Commands/EECliCommand.php +++ b/src/Commands/EECliCommand.php @@ -32,6 +32,7 @@ public function __construct() // If we have a help flag we need to get out early so that it can be // handled by the ExpressionEngine Command and not by Symfony/Laravel if ($arg == '--help') { + $this->cli->info("Coilpack Usage: $this->signature"); return $this->handle(); } }