From bba5899bc292f6e26c78ae973df1d06117c12eed Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 21 Feb 2015 09:58:56 +0100 Subject: [PATCH] Console title --- app/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/console b/app/console index a6f36a0..7b748ab 100755 --- a/app/console +++ b/app/console @@ -6,7 +6,7 @@ require_once __DIR__ . '/../vendor/autoload.php'; use Deblan\Console\Application; use Deblan\Console\Command\Input\Input; -$app = new Application(); +$app = new Application('PowerDNS CLI', '1'); $app->chdir(__DIR__.'/../');