diff options
| author | Opportunity <[email protected]> | 2020-01-15 16:33:12 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-15 16:33:12 +0800 |
| commit | 35126b5a38e9833d16c785afe2beab9d87cc3bc2 (patch) | |
| tree | 3e4b7f02021fccb0849d4cb4a64f5b568a2debd6 /xmake/core/base/task.lua | |
| parent | 51a04e4cdf53c5e33913999c5d3c48ae6198307f (diff) | |
change hint
Diffstat (limited to 'xmake/core/base/task.lua')
| -rw-r--r-- | xmake/core/base/task.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua index 97c8cec25..a3aadb7b0 100644 --- a/xmake/core/base/task.lua +++ b/xmake/core/base/task.lua @@ -46,7 +46,7 @@ function task.common_options() , {nil, "root", "k", nil, "Allow to run xmake as root." } , {'D', "diagnosis", "k", nil, "Print lots of diagnosis information (backtrace, check info ..) only for developers." , "And we can append -v to get more whole information." - , " e.g. $ xmake -v -D"} + , " e.g. $ xmake -vD"} , {nil, "profile", "k", nil, "Print performance data only for developers." } , {nil, "version", "k", nil, "Print the version number and exit." } , {'h', "help", "k", nil, "Print this help message and exit." } |
