summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-08 22:21:55 +0800
committerruki <[email protected]>2017-04-08 22:21:55 +0800
commit46613459d36021cbe2ca51304a1470d700aecfcb (patch)
tree30df1c5edc39096d3980ecdddd35d484d7fc99cb
parent8d6f42c1935eac5bb89151ed609abee895b77084 (diff)
modify option arguments color
-rw-r--r--xmake/core/base/option.lua2
1 files changed, 1 insertions, 1 deletions
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]