diff options
| -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] |
