From 35126b5a38e9833d16c785afe2beab9d87cc3bc2 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Wed, 15 Jan 2020 16:33:12 +0800 Subject: change hint --- xmake/core/base/task.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- cgit v1.3.1