From: Alan Knowles Date: Thu, 28 May 2015 06:44:12 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=e20ad811f8a0b53f01e9c160087fb848deb79968 src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index e50cae246..7778176a7 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -56,7 +56,7 @@ { "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 }, - { "output", 0, 0, OptionArg.STRING, ref opt_compile_output, "output binary file", null }, + { "output", 0, 0, OptionArg.STRING, ref opt_compile_output, "output binary file path", null }, { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, { null } };