summaryrefslogtreecommitdiff
path: root/xmake/actions/require/install.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-09-21 00:35:14 +0800
committerruki <[email protected]>2017-09-20 21:31:27 +0800
commit7d95839ada4f468a2fd0c1cbe13febfb7dde146a (patch)
tree752d919a9171c3b2b990c258c62db504e7345a40 /xmake/actions/require/install.lua
parent4d3fbc3c4027b391b5a2b9fe19b0598450162d05 (diff)
modify confirm tips
Diffstat (limited to 'xmake/actions/require/install.lua')
-rw-r--r--xmake/actions/require/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua
index 96fcb44c3..865cd2c4d 100644
--- a/xmake/actions/require/install.lua
+++ b/xmake/actions/require/install.lua
@@ -106,7 +106,7 @@ function _get_confirm(packages)
if confirm == nil then
-- show tips
- cprint("${bright yellow}note: ${default yellow}try to install all required packages?")
+ cprint("${bright yellow}note: ${default yellow}try installing all required packages (pass -y to skip confirm)?")
for _, instance in ipairs(packages) do
if (option.get("force") or not instance:exists()) and (#instance:urls() > 0 or instance:script("install")) then
print(" -> %s %s", instance:fullname(), instance:version_str() or "")