diff --git a/bin/dmg b/bin/dmg index dee07b1..cca652d 100755 --- a/bin/dmg +++ b/bin/dmg @@ -13,7 +13,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) { require __DIR__.'/../vendor/autoload.php'; } -$app = new Application(); +$app = new Application('Drupal Module Generator'); $finder = new Finder(); $moduleNameConverter = new ModuleNameConverter();