summaryrefslogtreecommitdiff
path: root/xmake/actions/update/xmake.lua
diff options
context:
space:
mode:
authorxq114 <[email protected]>2022-02-15 15:19:43 +0800
committerxq114 <[email protected]>2022-02-15 15:19:43 +0800
commitb1c67cc18b7cb658a258d027ecf026fdf3a4f2cd (patch)
treeb59246b1e8e127358ad904d0f2166c0faad611dd /xmake/actions/update/xmake.lua
parent21b2aab7fe9f0564a3bd31365bb5accc5b075940 (diff)
improve to find powershell
Diffstat (limited to 'xmake/actions/update/xmake.lua')
-rw-r--r--xmake/actions/update/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/xmake.lua b/xmake/actions/update/xmake.lua
index 4a366fb92..e7a074024 100644
--- a/xmake/actions/update/xmake.lua
+++ b/xmake/actions/update/xmake.lua
@@ -41,7 +41,7 @@ task("update")
{nil, "uninstall", "k", nil, "Uninstall the current xmake program." }
, { }
, {'s', "scriptonly", "k", nil, "Update scripts only." }
- , {nil, "integrate", "k", nil, "Initialize xmake for shell interaction." }
+ , {nil, "integrate", "k", nil, "Integrate xmake with default shell." }
, {'f', "force", "k", nil, "Force to update and reinstall the given version." }
, {nil, "xmakever", "v", nil, "The given xmake version, or a git source (and branch). ",
"e.g.",