summaryrefslogtreecommitdiff
path: root/xmake/actions/require
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/require')
-rw-r--r--xmake/actions/require/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/require/xmake.lua b/xmake/actions/require/xmake.lua
index 3a0b15802..e1596da52 100644
--- a/xmake/actions/require/xmake.lua
+++ b/xmake/actions/require/xmake.lua
@@ -74,8 +74,8 @@ task("require")
"e.g.",
" $ xmake require --info --format=json zlib",
" $ xmake require --depgraph --format=dot libpng",
- "values: json (for --info/--depgraph), tree/dot (for --depgraph only)",
- values = {"tree", "json", "dot"} }
+ "values: json (for --info/--depgraph), dot (for --depgraph only)",
+ values = {"plain", "json", "dot"} }
, {nil, "check", "k", nil, "Check whether the given package is supported",
"e.g.",
" $ xmake require --check tbox" }