diff options
| author | ruki <[email protected]> | 2017-04-08 22:21:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-08 22:21:55 +0800 |
| commit | 46613459d36021cbe2ca51304a1470d700aecfcb (patch) | |
| tree | 30df1c5edc39096d3980ecdddd35d484d7fc99cb /xmake/core/base/option.lua | |
| parent | 8d6f42c1935eac5bb89151ed609abee895b77084 (diff) | |
modify option arguments color
Diffstat (limited to 'xmake/core/base/option.lua')
| -rw-r--r-- | xmake/core/base/option.lua | 2 |
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] |
