From: Alan Knowles Date: Mon, 30 May 2016 06:11:49 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=e3e914c41230ff5ec8b05e447513b63dec5e22f8 src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index e896c2311..2642fa642 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -60,7 +60,7 @@ { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, // some testing code. - { "list-projects", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null + { "list-projects", 0, 0, OptionArg.NONE, ref opt_debug, "List Projects", null }, { "bjs", 0, 0, OptionArg.STRING, ref opt_bjs_compile, "convert bjs file", null }, { "bjs-target", 0, 0, OptionArg.STRING, ref opt_bjs_compile_target, "convert bjs file to tareet : vala / js", null },