summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 12732b613..0a792cfc3 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -848,7 +848,7 @@ end
-- fetch the local package info
--
--- @param opt the fetch option, e.g. {force = true, system = false}
+-- @param opt the fetch option, e.g. {force = true, external = false}
--
-- @return {packageinfo}, fetchfrom (e.g. xmake/system)
--