diff options
| author | ruki <[email protected]> | 2017-09-21 00:35:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-20 21:31:27 +0800 |
| commit | 7d95839ada4f468a2fd0c1cbe13febfb7dde146a (patch) | |
| tree | 752d919a9171c3b2b990c258c62db504e7345a40 /xmake/modules/package | |
| parent | 4d3fbc3c4027b391b5a2b9fe19b0598450162d05 (diff) | |
modify confirm tips
Diffstat (limited to 'xmake/modules/package')
| -rw-r--r-- | xmake/modules/package/manager/apt/install.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/package/manager/pacman/install.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/package/manager/yum/install.lua | 2 |
3 files changed, 3 insertions, 3 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 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 |
