From 5188acedcf9a02d02d91158866efe0b2d3afe56d Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 5 Aug 2016 01:05:15 +0200 Subject: [PATCH] description updated --- realize/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realize/app.go b/realize/app.go index de54187..567d11b 100644 --- a/realize/app.go +++ b/realize/app.go @@ -11,7 +11,7 @@ const ( app_name = "Realize" app_version = "v1.0" app_email = "pracchia@hastega.it" - app_description = "Run and build your applications on file changes." + app_description = "Run, install or build your applications on file changes. Output preview and multi project support" app_author = "Alessio Pracchia" app_file = "realize.config.yaml" )