diff options
| author | ruki <[email protected]> | 2020-12-01 00:32:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-01 00:32:05 +0800 |
| commit | 73fa95c6caf7600274febaca2018261d7960c546 (patch) | |
| tree | 947803dd2fca2a7f02560b1cec51c734f4dc9754 /xmake/core/base/task.lua | |
| parent | 1817f0de4ed1df310b649c8544851d79cc8e4101 (diff) | |
remove unused options
Diffstat (limited to 'xmake/core/base/task.lua')
| -rw-r--r-- | xmake/core/base/task.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua index 7a7005de0..786b43a41 100644 --- a/xmake/core/base/task.lua +++ b/xmake/core/base/task.lua @@ -46,7 +46,6 @@ function task.common_options() , {'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 -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." } , {} |
