diff options
| author | ruki <[email protected]> | 2017-09-27 23:21:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-27 14:07:48 +0800 |
| commit | 38af0b9255ee4c20ee73a62293d73c6bfaca19f7 (patch) | |
| tree | 9fbb3c85e04393c2e3cb23344dd9e0a68b90b3d8 | |
| parent | bee50fa70e44973ff43d2c6adeb96a18f4b38148 (diff) | |
improve install package tips
| -rw-r--r-- | xmake/actions/require/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/package.lua b/xmake/actions/require/package.lua index 06ec16d34..39cad8dfb 100644 --- a/xmake/actions/require/package.lua +++ b/xmake/actions/require/package.lua @@ -379,7 +379,7 @@ function _get_confirm(packages) if confirm == nil then -- show tips - cprint("${bright yellow}note: ${default yellow}try installing all required packages (pass -y to skip confirm)?") + cprint("${bright yellow}note: ${default yellow}try installing these packages (pass -y to skip confirm)?") for _, package in ipairs(confirmed_packages) do print(" -> %s %s", package:fullname(), package:version_str() or "") end |
