From: Alan Knowles Date: Thu, 14 May 2015 10:31:10 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=bb04bbf8ae59b047503ad8d2dade89dec4d43f0d src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index 6a6ab64d1..e567c07f8 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -56,14 +56,14 @@ { "target", 0, 0, OptionArg.STRING, ref opt_compile_target, "Target to build", null }, { "skip-file", 0, 0, OptionArg.STRING, ref opt_compile_skip ,"For test compiles do not add this (usually used in conjunction with add-file ", null }, { "add-file", 0, 0, OptionArg.STRING, ref opt_compile_add, "Add this file to compile list", null }, - { "debug", 0, 0, OptionArg.BOOLEAN, ref opt_compile_add, "Show debug messages", null }, + { "debug", 0, 0, OptionArg.BOOLEAN, ref opt_debug, "Show debug messages", null }, { null } }; public static string opt_compile_project; public static string opt_compile_target; public static string opt_compile_skip; public static string opt_compile_add; - + public boolean string opt_debug = false; enum Target {