diff options
Diffstat (limited to 'xmake/modules/private/xrepo/action/info.lua')
| -rw-r--r-- | xmake/modules/private/xrepo/action/info.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/xrepo/action/info.lua b/xmake/modules/private/xrepo/action/info.lua index d7420533d..0a9c1c514 100644 --- a/xmake/modules/private/xrepo/action/info.lua +++ b/xmake/modules/private/xrepo/action/info.lua @@ -49,8 +49,8 @@ function menu_options() "e.g.", " - xrepo info --format=json zlib", " - xrepo info --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, "packages", "vs", nil, "The packages list.", "e.g.", |
