From 46613459d36021cbe2ca51304a1470d700aecfcb Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 8 Apr 2017 22:21:55 +0800 Subject: modify option arguments color --- xmake/core/base/option.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index 718cc68b8..1eb3a70f2 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -1044,7 +1044,7 @@ function option.show_options(options) end -- append color - option_info = "${blue}" .. option_info .. "${clear}" + option_info = "${green}" .. option_info .. "${clear}" -- append the option description local description = opt[5] -- cgit v1.3.1