diff options
| author | ruki <[email protected]> | 2016-07-14 08:03:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 08:03:33 +0800 |
| commit | fdc862e9d63e417307f8e8555bd10dbab36661b9 (patch) | |
| tree | fcbbd1b2d1540441d32df48e06800b85fc8389df /xmake/core/base/option.lua | |
| parent | ecac7f17ffd44e6fdf59538b640366bb8a77ae33 (diff) | |
modify usage menu colors
Diffstat (limited to 'xmake/core/base/option.lua')
| -rw-r--r-- | xmake/core/base/option.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index c363c0999..f8554f6d7 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -869,7 +869,7 @@ function option.show_menu(task) -- print usage if taskmenu.usage then print("") - print(colors("Usage: ${green}" .. taskmenu.usage)) + print(colors("${bright}Usage: ${default cyan}" .. taskmenu.usage)) end -- print description @@ -908,7 +908,7 @@ function option.show_main() -- print usage if main.usage then print("") - print(colors("Usage: ${green}" .. main.usage)) + print(colors("${bright}Usage: ${default cyan}" .. main.usage)) end -- print description |
