diff options
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
| -rw-r--r-- | xmake/plugins/check/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/plugins/check/xmake.lua b/xmake/plugins/check/xmake.lua index 0aadc0c8f..d4a7dc19a 100644 --- a/xmake/plugins/check/xmake.lua +++ b/xmake/plugins/check/xmake.lua @@ -27,11 +27,10 @@ task("check") options = { {'l', "list", "k", nil, "Show all supported checkers list."}, {nil, "info", "kv", nil, "Show the given checker information."}, - {nil, "level", "kv", "all", "Just show information for the given level.", values = {"note", "warning", "error", "all"}}, {nil, "checkers", "v", "api", "Use the given checkers to check project.", "e.g.", " - xmake check api", - " - xmake check --level=error api.target", + " - xmake check -v api.target", " - xmake check api.target.languages", "", "The supported checkers list:", |
