summaryrefslogtreecommitdiff
path: root/xmake/modules/package/manager/apt/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/modules/package/manager/apt/install.lua
parent4d3fbc3c4027b391b5a2b9fe19b0598450162d05 (diff)
modify confirm tips
Diffstat (limited to 'xmake/modules/package/manager/apt/install.lua')
-rw-r--r--xmake/modules/package/manager/apt/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/apt/install.lua b/xmake/modules/package/manager/apt/install.lua
index 57bc88e94..0f3f2f0cb 100644
--- a/xmake/modules/package/manager/apt/install.lua
+++ b/xmake/modules/package/manager/apt/install.lua
@@ -59,7 +59,7 @@ function main(name, opt)
if confirm == nil then
-- show tips
- cprint("${bright yellow}note: ${default yellow}try to install %s with administrator permission?", name)
+ cprint("${bright yellow}note: ${default yellow}try installing %s with administrator permission?", name)
cprint("please input: y (y/n)")
-- get answer