From 7d95839ada4f468a2fd0c1cbe13febfb7dde146a Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Sep 2017 00:35:14 +0800 Subject: modify confirm tips --- xmake/modules/package/manager/apt/install.lua | 2 +- xmake/modules/package/manager/pacman/install.lua | 2 +- xmake/modules/package/manager/yum/install.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmake/modules/package') 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 diff --git a/xmake/modules/package/manager/pacman/install.lua b/xmake/modules/package/manager/pacman/install.lua index 95116ba45..0813d339e 100644 --- a/xmake/modules/package/manager/pacman/install.lua +++ b/xmake/modules/package/manager/pacman/install.lua @@ -62,7 +62,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 diff --git a/xmake/modules/package/manager/yum/install.lua b/xmake/modules/package/manager/yum/install.lua index 581f557e0..0bdef8cc6 100644 --- a/xmake/modules/package/manager/yum/install.lua +++ b/xmake/modules/package/manager/yum/install.lua @@ -62,7 +62,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 -- cgit v1.3.1