From e3e914c41230ff5ec8b05e447513b63dec5e22f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 May 2016 14:11:49 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.39.2